OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListpoolConstrainerIdsthe Id of the new PoolConstrainers
CompliancemandatoryThis method must be implemented.
MethodchangedPoolConstrainers
Description

The callback for notification of updated pool constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpoolConstrainerIdsthe Id of the updated PoolConstrainers
CompliancemandatoryThis method must be implemented.
MethoddeletedPoolConstrainers
Description

The callback for notification of deleted pool constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpoolConstrainerIdsthe Id of the deleted PoolConstrainers
CompliancemandatoryThis method must be implemented.