OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListqueueConstrainerIds the Id of the new QueueConstrainers
Compliancemandatory This method must be implemented.
MethodchangedQueueConstrainers
Description

The callback for notification of updated queue constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueConstrainerIds the Id of the updated QueueConstrainers
Compliancemandatory This method must be implemented.
MethoddeletedQueueConstrainers
Description

The callback for notification of deleted queue constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueConstrainerIds the Id of the deleted QueueConstrainers
Compliancemandatory This method must be implemented.