OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListqueueProcessorEnablerIdsthe Id of the new QueueProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedQueueProcessorEnablers
Description

The callback for notification of updated queue processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueProcessorEnablerIdsthe Id of the updated QueueProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedQueueProcessorEnablers
Description

The callback for notification of deleted queue processor enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueProcessorEnablerIdsthe Id of the deleted QueueProcessorEnablers
CompliancemandatoryThis method must be implemented.