| Interface | osid.provisioning.rules.BrokerConstrainerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The broker constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted broker constrainers.  | ||
| Method | newBrokerConstrainers | ||
| Description | 
                     The callback for notifications of new broker constrainers.  | ||
| Parameters | osid.id.IdList | brokerConstrainerIds | the  Ids  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.IdList | brokerConstrainerIds | the  Ids  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.IdList | brokerConstrainerIds | the  Ids  of the deleted  BrokerConstrainers   | 
| Compliance | mandatory | This method must be implemented. | |