| Interface | osid.provisioning.rules.BrokerConstrainerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The broker receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newBrokerConstrainers | ||
| Description |
The callback for notifications of new broker constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | brokerConstrainerIds | the Id of the new BrokerConstrainers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedBrokerConstrainers | ||
| Description |
The callback for notification of updated broker constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | brokerConstrainerIds | the Id of the updated BrokerConstrainers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedBrokerConstrainers | ||
| Description |
The callback for notification of deleted broker constrainers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | brokerConstrainerIds | the Id of the deleted BrokerConstrainers | |
| Compliance | mandatory | This method must be implemented. | |