Interface ControlBatchProxyManager

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

public interface ControlBatchProxyManager extends OsidProxyManager, ControlBatchProfile

The control batch manager provides access to control 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:

  • DeviceBatchAdminSession : a session to create, modify and delete Devices in bulk
  • ControllerBatchAdminSession: a session to create, modify and delete Controllers in bulk
  • InputBatchAdminSession : a session to create, modify and delete Inputs in bulk
  • SettingBatchAdminSession : a session to create, modify and delete Settings in bulk
  • SceneBatchAdminSession : a session to create, modify and delete Scenes in bulk
  • TriggerBatchAdminSession : a session to create, modify and delete Triggers in bulk
  • ActionGroupBatchAdminSession : a session to create, modify and delete ActionGroups in bulk
  • SystemBatchAdminSession : a session to create, modify and delete Systems in bulk