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

The callback for notification of updated queue constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueConstrainerEnablerIdsthe Id of the updated QueueConstrainerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedQueueConstrainerEnablers
Description

The callback for notification of deleted queue constrainer enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueConstrainerEnablerIdsthe Id of the deleted QueueConstrainerEnablers
CompliancemandatoryThis method must be implemented.