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

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

Like all OsidReceivers, notifications are delivered to QueueConstrainerEnablerReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewQueueConstrainerEnablers
Description

The callback for notifications of new queue constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueConstrainerEnablerIds the Ids 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 Ids 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 Ids of the deleted QueueConstrainerEnablers
Compliancemandatory This method must be implemented.