OSID Logo
OSID Specifications
offering rules package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListcanonicalUnitProcessorIds the Ids of the new CanonicalUnitProcessors
Compliancemandatory This method must be implemented.
MethodchangedCanonicalUnitProcessors
Description

The callback for notification of updated canonical unit processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcanonicalUnitProcessorIds the Ids of the updated CanonicalUnitProcessors
Compliancemandatory This method must be implemented.
MethoddeletedCanonicalUnitProcessors
Description

The callback for notification of deleted canonical unit processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcanonicalUnitProcessorIds the Ids of the deleted CanonicalUnitProcessors
Compliancemandatory This method must be implemented.