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

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

MethodnewQueueProcessors
Description

The callback for notifications of new queue processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueProcessorIdsthe Id of the new QueueProcessors
CompliancemandatoryThis method must be implemented.
MethodchangedQueueProcessors
Description

The callback for notification of updated queue processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueProcessorIdsthe Id of the updated QueueProcessors
CompliancemandatoryThis method must be implemented.
MethoddeletedQueueProcessors
Description

The callback for notification of deleted queue processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueProcessorIdsthe Id of the deleted QueueProcessors
CompliancemandatoryThis method must be implemented.