Interface BrokerProcessorEnablerReceiver
- All Superinterfaces:
OsidReceiver
The broker receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
BrokerProcessorEnablers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedBrokerProcessorEnablers(Id notificationId, IdList brokerProcessorEnablerIds) The callback for notification of updated broker processor enablers.voiddeletedBrokerProcessorEnablers(Id notificationId, IdList brokerProcessorEnablerIds) The callback for notification of deleted broker processor enablers.voidnewBrokerProcessorEnablers(Id notificationId, IdList brokerProcessorEnablerIds) The callback for notifications of new broker processor enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newBrokerProcessorEnablers
The callback for notifications of new broker processor enablers.- Parameters:
notificationId- the notificationIdbrokerProcessorEnablerIds- theIdof the newBrokerProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
changedBrokerProcessorEnablers
The callback for notification of updated broker processor enablers.- Parameters:
notificationId- the notificationIdbrokerProcessorEnablerIds- theIdof the updatedBrokerProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedBrokerProcessorEnablers
The callback for notification of deleted broker processor enablers.- Parameters:
notificationId- the notificationIdbrokerProcessorEnablerIds- theIdof the deletedBrokerProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-