Interface ProvisioningBatchProxyManager

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

public interface ProvisioningBatchProxyManager extends OsidProxyManager, ProvisioningBatchProfile

The provisioning batch proxy manager provides access to provisioning batch sessions and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy object. The sessions included in this manager are:

  • ProvisionBatchAdminSession : a session to create, modify and delete provisions in bulk
  • QueueBatchSession : a session to create, modify and delete queues in bulk
  • RequestBatchAdminSession : a session to create, modify and delete requests in bulk
  • RequestTransactionBatchAdminSession : a session to create, modify and delete request transactions in bulk
  • PoolBatchAdminSession : a session to create, modify and delete pools in bulk
  • ProvisionableBatchAdminSession : a session to create, modify and delete provisionables in bulk
  • BrokerBatchAdminSession : a session to create, modify and delete brokers in bulk
  • DistributorBatchAdminSession : a session to create, modify and delete distributors in bulk