| Interface | osid.provisioning.rules.BrokerProcessorEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The broker receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newBrokerProcessorEnablers | ||
| Description |
The callback for notifications of new broker processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | brokerProcessorEnablerIds | the Id of the new BrokerProcessorEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedBrokerProcessorEnablers | ||
| Description |
The callback for notification of updated broker processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | brokerProcessorEnablerIds | the Id of the updated BrokerProcessorEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedBrokerProcessorEnablers | ||
| Description |
The callback for notification of deleted broker processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | brokerProcessorEnablerIds | the Id of the deleted BrokerProcessorEnablers | |
| Compliance | mandatory | This method must be implemented. | |