| Interface | osid.provisioning.BrokerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The broker receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newBrokers | ||
| Description | 
                     The callback for notifications of new brokers.  | ||
| Parameters | osid.id.IdList | brokerIds | the  Ids  of the new  Brokers   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedBrokers | ||
| Description | 
                     The callback for notification of updated broker.  | ||
| Parameters | osid.id.IdList | brokerIds | the  Ids  of the updated  Brokers   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedBrokers | ||
| Description | 
                     The callback for notification of deleted brokers.  | ||
| Parameters | osid.id.IdList | brokerIds | the  Ids  of the deleted  Brokers   | 
| Compliance | mandatory | This method must be implemented. | |