Interface MappingRouteProxyManager

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

public interface MappingRouteProxyManager extends OsidProxyManager, MappingRouteProfile

The mapping proxy manager provides access to routing sessions and provides interoperability tests for various aspects of this service. Methods in this manager pass a Proxy for passing information from server environments. 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