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

The callback for notification of updated queue processors.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueProcessorIds the Id of the updated QueueProcessors
Compliancemandatory This method must be implemented.
MethoddeletedQueueProcessors
Description

The callback for notification of deleted queue processors.

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