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

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

Like all OsidReceivers, notifications are delivered to PoolConstrainerEnablerReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewPoolConstrainerEnablers
Description

The callback for notifications of new pool constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpoolConstrainerEnablerIds the Id of the new PoolConstrainerEnablers
Compliancemandatory This method must be implemented.
MethodchangedPoolConstrainerEnablers
Description

The callback for notification of updated pool constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpoolConstrainerEnablerIds the Id of the updated PoolConstrainerEnablers
Compliancemandatory This method must be implemented.
MethoddeletedPoolConstrainerEnablers
Description

The callback for notification of deleted pool constrainer enablers.

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