OSID Logo
OSID Specifications
metering package
Version 3.0.0
Release Candidate Preview
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.IdListmeterIdsthe Ids of the new Meters
CompliancemandatoryThis method must be implemented.
MethodchangedMeters
Description

The callback for notification of updated meters.

Parametersosid.id.IdListmeterIdsthe Ids of the updated Meters
CompliancemandatoryThis method must be implemented.
MethoddeletedMeters
Description

the callback for notification of deleted meters.

Parametersosid.id.IdListmeterIdsthe Ids of the deleted Meters
CompliancemandatoryThis method must be implemented.