Interface | osid.metering.batch.MeteringBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.metering.batch.MeteringBatchProfile | |||
Description |
The metering batch proxy manager provides access to
metering batch sessions and provides interoperability tests
for various aspects of this service. Methods in this manager
support the passing of a
| ||
Method | getMeterBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.metering.batch.MeterBatchAdminSession | a MeterBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsMeterBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsMeterBatchAdmin()
is true. | |
Method | getMeterBatchAdminSessionForUtility | ||
Description |
Gets the | ||
Parameters | osid.id.Id | utilityId | the Id of the Utility |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.metering.batch.MeterBatchAdminSession | a MeterBatchAdminSession | |
Errors | NOT_FOUND | no Utility found by the given Id | |
NULL_ARGUMENT | utilityId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsMeterBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsMeterBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getUtilityBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.metering.batch.UtilityBatchAdminSession | a UtilityBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsUtilityBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsUtilityBatchAdmin()
is true. |