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

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

MethodnewQueueConstrainerEnablers
Description

The callback for notifications of new queue constrainer enablers.

Parametersosid.id.IdListqueueConstrainerEnablerIdsthe Ids of the new QueueConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedQueueConstrainerEnablers
Description

The callback for notification of updated queue constrainer enablers.

Parametersosid.id.IdListqueueConstrainerEnablerIdsthe Ids of the updated QueueConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedQueueConstrainerEnablers
Description

The callback for notification of deleted queue constrainer enablers.

Parametersosid.id.IdListqueueConstrainerEnablerIdsthe Ids of the deleted QueueConstrainerEnablers
CompliancemandatoryThis method must be implemented.