| Interface | osid.provisioning.rules.QueueProcessorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The queue receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newQueueProcessors | ||
| Description |
The callback for notifications of new queue processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | queueProcessorIds | the Id of the new QueueProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedQueueProcessors | ||
| Description |
The callback for notification of updated queue processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | queueProcessorIds | the Id of the updated QueueProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedQueueProcessors | ||
| Description |
The callback for notification of deleted queue processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | queueProcessorIds | the Id of the deleted QueueProcessors | |
| Compliance | mandatory | This method must be implemented. | |