OSID Logo
OSID Specifications
provisioning package
Version 3.1.0
Interfaceosid.provisioning.QueueReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewQueues
Description

The callback for notifications of new queues.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueIds the Ids of the new Queues
Compliancemandatory This method must be implemented.
MethodchangedQueues
Description

The callback for notification of updated queues.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueIds the Ids of the updated Queues
Compliancemandatory This method must be implemented.
MethoddeletedQueues
Description

The callback for notification of deleted queues.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueIds the Ids of the deleted Queues
Compliancemandatory This method must be implemented.