OSID Logo
OSID Specifications
metering package
Version 3.1.0
Interfaceosid.metering.MeterReceiver
Implementsosid.OsidReceiver
Description

The meter receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Meter objects.

MethodnewMeters
Description

The callback for notifications of new meters.

Parametersosid.id.IdListmeterIds the Ids of the new Meters
Compliancemandatory This method must be implemented.
MethodchangedMeters
Description

The callback for notification of updated meters.

Parametersosid.id.IdListmeterIds the Ids of the updated Meters
Compliancemandatory This method must be implemented.
MethoddeletedMeters
Description

the callback for notification of deleted meters.

Parametersosid.id.IdListmeterIds the Ids of the deleted Meters
Compliancemandatory This method must be implemented.