OSID Logo
OSID Specifications
offering rules package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListcanonicalUnitProcessorEnablerIdsthe Ids of the new CanonicalUnitProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedCanonicalUnitProcessorEnablers
Description

The callback for notification of updated canonical unit processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcanonicalUnitProcessorEnablerIdsthe Ids of the updated CanonicalUnitProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedCanonicalUnitProcessorEnablers
Description

The callback for notification of deleted canonical unit processor enablers.

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