OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListqueueEnablerIds the Id of the new QueueEnablers
Compliancemandatory This method must be implemented.
MethodchangedQueueEnablers
Description

The callback for notification of updated queue enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueEnablerIds the Id of the updated QueueEnablers
Compliancemandatory This method must be implemented.
MethoddeletedQueueEnablers
Description

The callback for notification of deleted queue enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueEnablerIds the Id of the deleted QueueEnablers
Compliancemandatory This method must be implemented.