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

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

MethodnewQueueConstrainers
Description

The callback for notifications of new queue constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueConstrainerIds the Ids of the new QueueConstrainers
Compliancemandatory This method must be implemented.
MethodchangedQueueConstrainers
Description

The callback for notification of updated queue constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueConstrainerIds the Ids of the updated QueueConstrainers
Compliancemandatory This method must be implemented.
MethoddeletedQueueConstrainers
Description

The callback for notification of deleted queue constrainers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueConstrainerIds the Ids of the deleted QueueConstrainers
Compliancemandatory This method must be implemented.