| Interface | osid.provisioning.rules.BrokerEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The broker receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newBrokerEnablers | ||
| Description |
The callback for notifications of new broker enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | brokerEnablerIds | the Id of the new BrokerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedBrokerEnablers | ||
| Description |
The callback for notification of updated broker enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | brokerEnablerIds | the Id of the updated BrokerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedBrokerEnablers | ||
| Description |
The callback for notification of deleted broker enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | brokerEnablerIds | the Id of the deleted BrokerEnablers | |
| Compliance | mandatory | This method must be implemented. | |