OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.QueueEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewQueueEnablers
Description

The callback for notifications of new queue enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueEnablerIdsthe Id of the new QueueEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedQueueEnablers
Description

The callback for notification of updated queue enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueEnablerIdsthe Id of the updated QueueEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedQueueEnablers
Description

The callback for notification of deleted queue enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueEnablerIdsthe Id of the deleted QueueEnablers
CompliancemandatoryThis method must be implemented.