OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.rules.PoolConstrainerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewPoolConstrainers
Description

The callback for notifications of new pool constrainers.

Parametersosid.id.IdListpoolConstrainerIdsthe Ids of the new PoolConstrainers
CompliancemandatoryThis method must be implemented.
MethodchangedPoolConstrainers
Description

The callback for notification of updated pool constrainers.

Parametersosid.id.IdListpoolConstrainerIdsthe Ids of the updated PoolConstrainers
CompliancemandatoryThis method must be implemented.
MethoddeletedPoolConstrainers
Description

The callback for notification of deleted pool constrainers.

Parametersosid.id.IdListpoolConstrainerIdsthe Ids of the deleted PoolConstrainers
CompliancemandatoryThis method must be implemented.