OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.PoolProcessorEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewPoolProcessorEnablers
Description

The callback for notifications of new pool processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpoolProcessorEnablerIds the Ids of the new PoolProcessorEnablers
Compliancemandatory This method must be implemented.
MethodchangedPoolProcessorEnablers
Description

The callback for notification of updated pool processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpoolProcessorEnablerIds the Ids of the updated PoolProcessorEnablers
Compliancemandatory This method must be implemented.
MethoddeletedPoolProcessorEnablers
Description

The callback for notification of deleted pool processor enablers.

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