OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.PoolEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewPoolEnablers
Description

The callback for notifications of new pool enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpoolEnablerIdsthe Id of the new PoolEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedPoolEnablers
Description

The callback for notification of updated pool enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpoolEnablerIdsthe Id of the updated PoolEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedPoolEnablers
Description

The callback for notification of deleted pool enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpoolEnablerIdsthe Id of the deleted PoolEnablers
CompliancemandatoryThis method must be implemented.