OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.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.IdListqueueProcessorEnablerIdsthe Ids of the new QueueProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedQueueProcessorEnablers
Description

The callback for notification of updated queue processor enablers.

Parametersosid.id.IdListqueueProcessorEnablerIdsthe Ids of the updated QueueProcessorEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedQueueProcessorEnablers
Description

The callback for notification of deleted queue processor enablers.

Parametersosid.id.IdListqueueProcessorEnablerIdsthe Ids of the deleted QueueProcessorEnablers
CompliancemandatoryThis method must be implemented.