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

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

MethodnewPoolConstrainerEnablers
Description

The callback for notifications of new pool constrainer enablers.

Parametersosid.id.IdListpoolConstrainerEnablerIdsthe Isd of the new PoolConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedPoolConstrainerEnablers
Description

The callback for notification of updated pool constrainer enablers.

Parametersosid.id.IdListpoolConstrainerEnablerIdsthe Ids of the updated PoolConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedPoolConstrainerEnablers
Description

The callback for notification of deleted pool constrainer enablers.

Parametersosid.id.IdListpoolConstrainerEnablerIdsthe Ids of the deleted PoolConstrainerEnablers
CompliancemandatoryThis method must be implemented.