OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.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 .

MethodnewPoolConstrainerEnablers
Description

The callback for notifications of new pool constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpoolConstrainerEnablerIdsthe Id of the new PoolConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedPoolConstrainerEnablers
Description

The callback for notification of updated pool constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpoolConstrainerEnablerIdsthe Id of the updated PoolConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedPoolConstrainerEnablers
Description

The callback for notification of deleted pool constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpoolConstrainerEnablerIdsthe Id of the deleted PoolConstrainerEnablers
CompliancemandatoryThis method must be implemented.