OSID Logo
OSID Specifications
mapping route package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.route.ResourceRouteReceiver
Implementsosid.OsidReceiver
Description

The resource route receiver is the consumer supplied interface for receiving notifications pertaining to changes of resources along routes.

MethodstartedRoute
Description

The callback for notifications of resources starting on routes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdrouteIdthe Id of the Route
osid.id.IdresourceIdthe Id of the Resource
CompliancemandatoryThis method must be implemented.
MethodcompletedRoute
Description

The callback for notifications of resources completing routes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdrouteIdthe Id of the Route
osid.id.IdresourceIdthe Id of the Resource
CompliancemandatoryThis method must be implemented.
MethodcancelledRoute
Description

The callback for notifications of resources cancelling routes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdrouteIdthe Id of the Route
osid.id.IdresourceIdthe Id of the Resource
CompliancemandatoryThis method must be implemented.
MethodnewRouteSegment
Description

The callback for notifications of resources beginning new route segments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdrouteSegmentIdthe Id of the RouteSegment
osid.id.IdresourceIdthe Id of the Resource
CompliancemandatoryThis method must be implemented.