Interface INotificationService

    • Method Detail

      • addNotification

        void addNotification​(Date timestamp,
                             String notification)
        Method to create a notification.
        Parameters:
        timestamp - the timestamp
        notification - the message.
      • registerBroadcaster

        void registerBroadcaster​(NotificationBroadcasterSupport broadcaster,
                                 String event)
        Registers a JMX broadcaster.
        Parameters:
        broadcaster - the broadcaster.
        event - the type of event.