Interface ProvisioningProxyManager

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

public interface ProvisioningProxyManager extends OsidProxyManager, ProvisioningProfile

The provisioning proxy manager provides access to provisioning 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:

  • MyProvisionSession : a session for looking up queue information for authenticated agent
  • MySupplierSession : a session for looking up pool information for authenticated agent
  • MyProvisionNotificationSession : a session for subscribing to provision changes for authenticated agent
  • ProvisionLookupSession : a session to retrieve provisions
  • ProvisionQuerySession : a session to query for provisionss
  • ProvisionSearchSession : a session to search for provisions
  • ProvisionAdminSession : a session to create and delete provisions
  • ProvisionNotificationSession : a session to receive notifications pertaining to provision changes
  • ProvisionDistributorSession : a session to look up provision distributor mappings
  • ProvisionDistributorAssignmentSession : a session to manage provision to distributor mappings
  • ProvisionSmartDistributorSession : a session to manage dynamic distributors of provisions
  • ProvisionReturnSession : a session to return provisions
  • QueueLookupSession : a session to retrieve queues
  • QueueQuerySession : a session to query for queues
  • QueueSearchSession : a session to search for queues
  • QueueAdminSession : a session to create and delete queues
  • QueueNotificationSession : a session to receive notifications pertaining to queue changes
  • QueueDistributorSession : a session to look up queue distributor mappings
  • QueueDistributorAssignmentSession : a session to manage queue to distributor mappings
  • QueueSmartDistributorSession : a session to manage dynamic distributors of queues
  • RequestLookupSession : a session to retrieve requests
  • RequestQuerySession : a session to query for requests
  • RequestSearchSession : a session to search for requests
  • RequestAdminSession : a session to create and delete requests
  • RequestNotificationSession : a session to receive notifications pertaining to request changes
  • RequestDistributorSession : a session to look up request distributor mappings
  • RequestDistributorAssignmentSession : a session to manage request to distributor mappings
  • RequestSmartDistributorSession : a session to manage dynamic distributors of requests
  • RequestTransactionLookupSession : a session to retrieve request transactions
  • RequestTransactionAdminSession : a session to create and delete request transactions
  • ExchangeSession : a session to exchange provisions
  • PoolLookupSession : a session to retrieve pools
  • PoolQuerySession : a session to query for pools
  • PoolSearchSession : a session to search for pools
  • PoolAdminSession : a session to create and delete pools
  • PoolNotificationSession : a session to receive notifications pertaining to pool changes
  • PoolDistributorSession : a session to look up pool distributor mappings
  • PoolDistributorAssignmentSession : a session to manage pools to distributor mappings
  • PoolSmartDistributorSession : a session to manage dynamic distributors of pools
  • ProvisionableLookupSession : a session to retrieve provisionables
  • ProvisionableQuerySession : a session to query for provisionables
  • ProvisionableSearchSession : a session to search for provisionables
  • ProvisionableAdminSession : a session to create and delete provisionables
  • ProvisionableNotificationSession : a session to receive notifications pertaining to provisionable changes
  • ProvisionableDistributorsSession : a session to look up provisionable distributors mappings
  • ProvisionableDistributorAssignmentSession : a session to manage provisionable to distributor mappings
  • ProvisionableSmartDistributorSession : a session to manage dynamic distributors of provisionables
  • BrokerLookupSession : a session to retrieve brokers
  • BrokerQuerySession : a session to query for brokers
  • BrokerSearchSession : a session to search for brokers
  • BrokerAdminSession : a session to create and delete brokers
  • BrokerNotificationSession : a session to receive notifications pertaining to broker changes
  • BrokerDistributorSession : a session to look up mappings of brokers to distributors
  • BrokerDistributorAssignmentSession : a session to manage broker to distributor mappings
  • BrokerSmartDistributorSession : a session to manage dynamic distributors of brokers
  • DistributorLookupSession : a session to retrieve distributors
  • DistributorQuerySession : a session to search for distributors
  • DistributorSearchSession : a session to search for distributors
  • DistributorAdminSession : a session to create and delete distributors
  • DistributorNotificationSession : a session to receive notifications pertaining to distributor changes
  • DistributorHierarchySession : a session to traverse a hierarchy of distributor
  • DistributorHierarchyDesignSession : a session to manage a distributor hierarchy