Interface INotificationService
- All Superinterfaces:
IEventsService
Extended API for handling notifications.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddNotification(Date timestamp, String notification) Method to create a notification.voidregisterBroadcaster(NotificationBroadcasterSupport broadcaster, String event) Registers a JMX broadcaster.Methods inherited from interface org.wso2.carbon.registry.admin.api.jmx.IEventsService
clearAll, getList
-
Method Details
-
addNotification
Method to create a notification.- Parameters:
timestamp- the timestampnotification- the message.
-
registerBroadcaster
Registers a JMX broadcaster.- Parameters:
broadcaster- the broadcaster.event- the type of event.
-