OSID Logo
OSID Specifications
metering batch package
Version 3.1.0
Interfaceosid.metering.batch.MeteringBatchManager
Implementsosid.OsidManager
osid.metering.batch.MeteringBatchProfile
Used Byosid.metering.MeteringManager
Description

The metering batch manager provides access to metering batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:

  • MeterBatchAdminSession: a session to create, modify and delete meters in bulk
  • UtilityBatchAdminSession: a session to create, modify and delete utilities in bulk
MethodgetMeterBatchAdminSession
Description

Gets the OsidSession associated with the bulk meter administration service.

Returnosid.metering.batch.MeterBatchAdminSession a MeterBatchAdminSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsMeterBatchAdmin() is false
Complianceoptional This method must be implemented if supportsMeterBatchAdmin() is true.
MethodgetMeterBatchAdminSessionForUtility
Description

Gets the OsidSession associated with the bulk meter administration service for the given utility.

Parametersosid.id.IdutilityId the Id of the Utility
Returnosid.metering.batch.MeterBatchAdminSession a MeterBatchAdminSession
ErrorsNOT_FOUND no Utility found by the given Id
NULL_ARGUMENT utilityId is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsMeterBatchAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsMeterBatchAdmin() and supportsVisibleFederation() are true
MethodgetUtilityBatchAdminSession
Description

Gets the OsidSession associated with the bulk utility administration service.

Returnosid.metering.batch.UtilityBatchAdminSession a UtilityBatchAdminSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsUtilityBatchAdmin() is false
Complianceoptional This method must be implemented if supportsUtilityBatchAdmin() is true.