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

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

MethodnewQueueProcessorEnablers
Description

The callback for notifications of new queue processor enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueProcessorEnablerIds the Id 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 Id 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 Id of the deleted QueueProcessorEnablers
Compliancemandatory This method must be implemented.