| Interface | osid.provisioning.rules.BrokerProcessorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The broker receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newBrokerProcessors | ||
| Description |
The callback for notifications of new broker processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | brokerProcessorIds | the Id of the new BrokerProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedBrokerProcessors | ||
| Description |
The callback for notification of updated broker processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | brokerProcessorIds | the Id of the updated BrokerProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedBrokerProcessors | ||
| Description |
The callback for notification of deleted broker processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | brokerProcessorIds | the Id of the deleted BrokerProcessors | |
| Compliance | mandatory | This method must be implemented. | |