| Interface | Description |
|---|---|
| EventNotifier |
EventNotifier
Interface for classes used to send event notifications
|
| Class | Description |
|---|---|
| ConsoleNotifier |
ConsoleNotifier
Provides a way to output notification messages to the server console
|
| EventState<TYPE> |
EventState
Holds the state of one or more
event trigger
instances to be used when sending notifications as well as executing the actions |
| EventState.TriggerState<TYPE> |
State
Holds the state of a single
event trigger |
| EventTrigger |
EventTrigger
Abstract base class for all EventTrigger implementations.
|
| LoggingNotifier |
ConsoleNotifier
Provides a way to output notification messages to a log file
|
| MonitorAction |
MonitorAction
Abstract base class for all MonitorAction implementations.
|
| MonitorTask |
MonitorTask
Invokes polling of the JMX server for the MBean attribute values
through executing timer task scheduled using java.util.Timer
at specified poll interval following a specified delay.
|
| NotifierGroup |
NotifierGroup
This class allows for grouping of the event notifiers
|
| ServiceConnection |
ServerConnection
Provides ability to create a connection to either an external
JMX server, or a loopback connection to the internal one.
|
| SimpleAction |
Copyright © 1995-2015 Webtide. All Rights Reserved.