Interface | osid.topology.batch.TopologyBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.topology.batch.TopologyBatchProfile | |||
Description |
The topology batch proxy manager provides access to
topology batch sessions and provides interoperability tests
for various aspects of this service. Methods in this manager
support the passing of a
| ||
Method | getNodeBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.topology.batch.NodeBatchAdminSession | a NodeBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsNodeBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsNodeBatchAdmin()
is true. | |
Method | getNodeBatchAdminSessionForGraph | ||
Description |
Gets the | ||
Parameters | osid.id.Id | graphId | the Id of the Graph |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.topology.batch.NodeBatchAdminSession | a NodeBatchAdminSession | |
Errors | NOT_FOUND | no Graph found by the given Id | |
NULL_ARGUMENT | graphId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsNodeBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsNodeBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getEdgeBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.topology.batch.EdgeBatchAdminSession | an EdgeBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsEdgeBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsEdgeBatchAdmin()
is true. | |
Method | getEdgeBatchAdminSessionForGraph | ||
Description |
Gets the | ||
Parameters | osid.id.Id | graphId | the Id of the Graph |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.topology.batch.EdgeBatchAdminSession | an EdgeBatchAdminSession | |
Errors | NOT_FOUND | no Graph found by the given Id | |
NULL_ARGUMENT | graphId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsEdgeBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsEdgeBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getGraphBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.topology.batch.GraphBatchAdminSession | a GraphBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsGraphBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsGraphBatchAdmin()
is true. |