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