OSID Logo
OSID Specifications
offering rules package
Version 3.1.0
Interfaceosid.offering.rules.CanonicalUnitProcessorEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewCanonicalUnitProcessorEnablers
Description

The callback for notifications of new canonical unit processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcanonicalUnitProcessorEnablerIds the Ids of the new CanonicalUnitProcessorEnablers
Compliancemandatory This method must be implemented.
MethodchangedCanonicalUnitProcessorEnablers
Description

The callback for notification of updated canonical unit processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcanonicalUnitProcessorEnablerIds the Ids of the updated CanonicalUnitProcessorEnablers
Compliancemandatory This method must be implemented.
MethoddeletedCanonicalUnitProcessorEnablers
Description

The callback for notification of deleted canonical unit processor enablers.

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