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

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

MethodnewQueueConstrainerEnablers
Description

The callback for notifications of new queue constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueConstrainerEnablerIds the Id of the new QueueConstrainerEnablers
Compliancemandatory This method must be implemented.
MethodchangedQueueConstrainerEnablers
Description

The callback for notification of updated queue constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueConstrainerEnablerIds the Id of the updated QueueConstrainerEnablers
Compliancemandatory This method must be implemented.
MethoddeletedQueueConstrainerEnablers
Description

The callback for notification of deleted queue constrainer enablers.

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