| Package | Description |
|---|---|
| org.osid.control |
The Open Service Interface Definitions for the org.osid.control
service.
|
| org.osid.control.batch |
The Open Service Interface Definitions for the org.osid.control.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceAdminSession |
ControlManager.getDeviceAdminSession()
Gets the
OsidSession associated with the device
administration service. |
DeviceAdminSession |
ControlProxyManager.getDeviceAdminSession(Proxy proxy)
Gets the
OsidSession associated with the device
administration service. |
DeviceAdminSession |
ControlManager.getDeviceAdminSessionForSystem(Id systemId)
Gets the
OsidSession associated with the device
administration service for the given system. |
DeviceAdminSession |
ControlProxyManager.getDeviceAdminSessionForSystem(Id systemId,
Proxy proxy)
Gets the
OsidSession associated with the device
administration service for the given system. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeviceBatchAdminSession
This session creates, updates, and deletes
Devices in
bulk. |