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

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

MethodnewPoolProcessors
Description

The callback for notifications of new pool processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpoolProcessorIds the Ids of the new PoolProcessors
Compliancemandatory This method must be implemented.
MethodchangedPoolProcessors
Description

The callback for notification of updated pool processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpoolProcessorIds the Ids of the updated PoolProcessors
Compliancemandatory This method must be implemented.
MethoddeletedPoolProcessors
Description

The callback for notification of deleted pool processors.

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