OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Release Candidate Preview
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.IdListqueueIdsthe Ids of the new Queues
CompliancemandatoryThis method must be implemented.
MethodchangedQueues
Description

The callback for notification of updated queues.

Parametersosid.id.IdListqueueIdsthe Ids of the updated Queues
CompliancemandatoryThis method must be implemented.
MethoddeletedQueues
Description

The callback for notification of deleted queues.

Parametersosid.id.IdListqueueIdsthe Ids of the deleted Queues
CompliancemandatoryThis method must be implemented.