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

The canonical unit processor receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted canonical unit processors.

MethodnewCanonicalUnitProcessors
Description

The callback for notifications of new canonical unit processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcanonicalUnitProcessorIdsthe Ids of the new CanonicalUnitProcessors
CompliancemandatoryThis method must be implemented.
MethodchangedCanonicalUnitProcessors
Description

The callback for notification of updated canonical unit processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcanonicalUnitProcessorIdsthe Ids of the updated CanonicalUnitProcessors
CompliancemandatoryThis method must be implemented.
MethoddeletedCanonicalUnitProcessors
Description

The callback for notification of deleted canonical unit processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcanonicalUnitProcessorIdsthe Ids of the deleted CanonicalUnitProcessors
CompliancemandatoryThis method must be implemented.