OSID Logo
OSID Specifications
offering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.offering.CanonicalUnitReceiver
Implementsosid.OsidReceiver
Description

The canonical unit receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted canonical units.

MethodnewCanonicalUnits
Description

The callback for notifications of new canonical units.

Parametersosid.id.IdListcanonicalUnitIdsthe Ids of the new canonical units
CompliancemandatoryThis method must be implemented.
MethodchangedCanonicalUnits
Description

The callback for notifications of updated canonical units.

Parametersosid.id.IdListcanonicalUnitIdsthe Ids of the updated canonical units
CompliancemandatoryThis method must be implemented.
MethoddeletedCanonicalUnits
Description

the callback for notification of deleted canonical units.

Parametersosid.id.IdListcanonicalUnitIdsthe Ids of the deleted canonical units
CompliancemandatoryThis method must be implemented.