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

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

MethodnewQueueConstrainers
Description

The callback for notifications of new queue constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueConstrainerIdsthe Id of the new QueueConstrainers
CompliancemandatoryThis method must be implemented.
MethodchangedQueueConstrainers
Description

The callback for notification of updated queue constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueConstrainerIdsthe Id of the updated QueueConstrainers
CompliancemandatoryThis method must be implemented.
MethoddeletedQueueConstrainers
Description

The callback for notification of deleted queue constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueConstrainerIdsthe Id of the deleted QueueConstrainers
CompliancemandatoryThis method must be implemented.