OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListpoolEnablerIds the Id of the new PoolEnablers
Compliancemandatory This method must be implemented.
MethodchangedPoolEnablers
Description

The callback for notification of updated pool enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpoolEnablerIds the Id of the updated PoolEnablers
Compliancemandatory This method must be implemented.
MethoddeletedPoolEnablers
Description

The callback for notification of deleted pool enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpoolEnablerIds the Id of the deleted PoolEnablers
Compliancemandatory This method must be implemented.