Interface BrokerConstrainerReceiver
- All Superinterfaces:
OsidReceiver
The broker receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
BrokerConstrainers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedBrokerConstrainers(Id notificationId, IdList brokerConstrainerIds) The callback for notification of updated broker constrainers.voiddeletedBrokerConstrainers(Id notificationId, IdList brokerConstrainerIds) The callback for notification of deleted broker constrainers.voidnewBrokerConstrainers(Id notificationId, IdList brokerConstrainerIds) The callback for notifications of new broker constrainers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newBrokerConstrainers
-
changedBrokerConstrainers
The callback for notification of updated broker constrainers.- Parameters:
notificationId- the notificationIdbrokerConstrainerIds- theIdof the updatedBrokerConstrainers- Compliance:
mandatory- This method must be implemented.
-
deletedBrokerConstrainers
The callback for notification of deleted broker constrainers.- Parameters:
notificationId- the notificationIdbrokerConstrainerIds- theIdof the deletedBrokerConstrainers- Compliance:
mandatory- This method must be implemented.
-