Interface INotificationService
-
- All Superinterfaces:
IEventsService
public interface INotificationService extends IEventsService
Extended API for handling notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddNotification(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 Detail
-
addNotification
void addNotification(Date timestamp, String notification)
Method to create a notification.- Parameters:
timestamp- the timestampnotification- the message.
-
registerBroadcaster
void registerBroadcaster(NotificationBroadcasterSupport broadcaster, String event)
Registers a JMX broadcaster.- Parameters:
broadcaster- the broadcaster.event- the type of event.
-
-