OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueProcessorEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewQueueProcessorEnablers
Description

The callback for notifications of new queue processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueProcessorEnablerIds the Ids of the new QueueProcessorEnablers
Compliancemandatory This method must be implemented.
MethodchangedQueueProcessorEnablers
Description

The callback for notification of updated queue processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueProcessorEnablerIds the Ids of the updated QueueProcessorEnablers
Compliancemandatory This method must be implemented.
MethoddeletedQueueProcessorEnablers
Description

The callback for notification of deleted queue processor enablers.

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