OSID Logo
OSID Specifications
tracking rules package
Version 3.0.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.IdnotificationIdthe notification Id
osid.id.IdListqueueConstrainerIdsthe Ids of the new QueueConstrainers
CompliancemandatoryThis method must be implemented.
MethodchangedQueueConstrainers
Description

The callback for notification of updated queue constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueConstrainerIdsthe Ids of the updated QueueConstrainers
CompliancemandatoryThis method must be implemented.
MethoddeletedQueueConstrainers
Description

The callback for notification of deleted queue constrainers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqueueConstrainerIdsthe Ids of the deleted QueueConstrainers
CompliancemandatoryThis method must be implemented.