Interface | osid.provisioning.rules.BrokerProcessorEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The broker processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted broker processor enablers. | ||
Method | newBrokerProcessorEnablers | ||
Description |
The callback for notifications of new broker processor enablers. | ||
Parameters | osid.id.IdList | brokerProcessorEnablerIds | the Ids of the new BrokerProcessorEnablers |
Compliance | mandatory | This method must be implemented. | |
Method | changedBrokerProcessorEnablers | ||
Description |
The callback for notification of updated broker processor enablers. | ||
Parameters | osid.id.IdList | brokerProcessorEnablerIds | the Ids of the updated BrokerProcessorEnablers
|
Compliance | mandatory | This method must be implemented. | |
Method | deletedBrokerProcessorEnablers | ||
Description |
The callback for notification of deleted broker processor enablers. | ||
Parameters | osid.id.IdList | brokerProcessorEnablerIds | the Ids of the deleted BrokerProcessorEnablers
|
Compliance | mandatory | This method must be implemented. |