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

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

MethodnewQueueConstrainers
Description

The callback for notifications of new queue constrainers.

Parametersosid.id.IdListqueueConstrainerIdsthe Ids of the new QueueConstrainers
CompliancemandatoryThis method must be implemented.
MethodchangedQueueConstrainers
Description

The callback for notification of updated queue constrainers.

Parametersosid.id.IdListqueueConstrainerIdsthe Ids of the updated QueueConstrainers
CompliancemandatoryThis method must be implemented.
MethoddeletedQueueConstrainers
Description

The callback for notification of deleted queue constrainers.

Parametersosid.id.IdListqueueConstrainerIdsthe Ids of the deleted QueueConstrainers
CompliancemandatoryThis method must be implemented.