Interface BrokerConstrainerEnablerReceiver
- All Superinterfaces:
OsidReceiver
The broker receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
BrokerConstrainerEnablers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedBrokerConstrainerEnablers(Id notificationId, IdList brokerConstrainerEnablerIds) The callback for notification of updated broker constrainer enablers.voiddeletedBrokerConstrainerEnablers(Id notificationId, IdList brokerConstrainerEnablerIds) The callback for notification of deleted broker constrainer enablers.voidnewBrokerConstrainerEnablers(Id notificationId, IdList brokerConstrainerEnablerIds) The callback for notifications of new broker constrainer enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newBrokerConstrainerEnablers
The callback for notifications of new broker constrainer enablers.- Parameters:
notificationId- the notificationIdbrokerConstrainerEnablerIds- theIdof the newBrokerConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
changedBrokerConstrainerEnablers
The callback for notification of updated broker constrainer enablers.- Parameters:
notificationId- the notificationIdbrokerConstrainerEnablerIds- theIdof the updatedBrokerConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedBrokerConstrainerEnablers
The callback for notification of deleted broker constrainer enablers.- Parameters:
notificationId- the notificationIdbrokerConstrainerEnablerIds- theIdof the deletedBrokerConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-