Interface MappingRouteManager

All Superinterfaces:
AutoCloseable, Closeable, MappingRouteProfile, OsidManager, OsidManager, OsidProfile, Sourceable

public interface MappingRouteManager extends OsidManager, MappingRouteProfile

The mapping route manager provides access to routing sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:

  • RoutingSession : a session to access routes to locations
  • RouteLookupSession : a session to retrieve routes
  • RouteQuerySession : a session to query for routes
  • RouteSearchSession : a session to search for routes
  • RouteAdminSession : a session to create and delete routes
  • RouteNotificationSession : a session to receive notifications pertaining to route changes
  • RouteMapSession : a session to looking locations of routes to maps
  • RouteMapAssignmentSession : a session to manage route to map mappings
  • RouteSmartMapSession : a session to manage dynamic maps of routes
  • ResourceRouteSession : a session to find resources on routes
  • ResourceRouteAssignmentSession : a session to manage resources on routes
  • ResourceRouteNotificationSession : a session to subscribe to notifications of resources moving on routes
  • MyRouteSession : a session to manage the route of the current user agent