Interface IEventsService
-
- All Known Subinterfaces:
INotificationService
public interface IEventsService
Method to manage JMX notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearAll()
Clears list of all notifications.String[]
getList()
Method to retrieve all notifications.
-
-
-
Method Detail
-
getList
String[] getList()
Method to retrieve all notifications.- Returns:
- list of notifications.
-
clearAll
void clearAll()
Clears list of all notifications.
-
-