| Interface | osid.provisioning.rules.BrokerConstrainerEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The broker receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newBrokerConstrainerEnablers | ||
| Description |
The callback for notifications of new broker constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | brokerConstrainerEnablerIds | the Id of the new BrokerConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedBrokerConstrainerEnablers | ||
| Description |
The callback for notification of updated broker constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | brokerConstrainerEnablerIds | the Id of the updated BrokerConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedBrokerConstrainerEnablers | ||
| Description |
The callback for notification of deleted broker constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | brokerConstrainerEnablerIds | the Id of the deleted BrokerConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |