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.

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.