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

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

MethodnewQueueProcessors
Description

The callback for notifications of new queue processors.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueProcessorIdsthe Ids 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 Ids 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 Ids of the deleted QueueProcessors
CompliancemandatoryThis method must be implemented.