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

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

MethodnewPoolConstrainers
Description

The callback for notifications of new pool constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpoolConstrainerIds the Id of the new PoolConstrainers
Compliancemandatory This method must be implemented.
MethodchangedPoolConstrainers
Description

The callback for notification of updated pool constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpoolConstrainerIds the Id of the updated PoolConstrainers
Compliancemandatory This method must be implemented.
MethoddeletedPoolConstrainers
Description

The callback for notification of deleted pool constrainers.

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