OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Release Candidate Preview
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.IdListpoolProcessorIdsthe Ids of the new PoolProcessors
CompliancemandatoryThis method must be implemented.
MethodchangedPoolProcessors
Description

The callback for notification of updated pool processors.

Parametersosid.id.IdListpoolProcessorIdsthe Ids of the updated PoolProcessors
CompliancemandatoryThis method must be implemented.
MethoddeletedPoolProcessors
Description

The callback for notification of deleted pool processors.

Parametersosid.id.IdListpoolProcessorIdsthe Ids of the deleted PoolProcessors
CompliancemandatoryThis method must be implemented.