Interface IEventsService

All Known Subinterfaces:
INotificationService

public interface IEventsService
Method to manage JMX notifications.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clears list of all notifications.
    Method to retrieve all notifications.
  • Method Details

    • getList

      String[] getList()
      Method to retrieve all notifications.
      Returns:
      list of notifications.
    • clearAll

      void clearAll()
      Clears list of all notifications.