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

The callback for notification of updated pool processor enablers.

Parametersosid.id.IdListpoolProcessorEnablerIdsthe Ids of the updated PoolProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedPoolProcessorEnablers
Description

The callback for notification of deleted pool processor enablers.

Parametersosid.id.IdListpoolProcessorEnablerIdsthe Ids of the deleted PoolProcessorEnablers
CompliancemandatoryThis method must be implemented.