|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.monitor.jmx.NotifierGroup
org.eclipse.jetty.monitor.jmx.MonitorAction
org.eclipse.jetty.monitor.jmx.SimpleAction
public class SimpleAction
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jetty.monitor.jmx.MonitorAction |
|---|
DEFAULT_POLL_INTERVAL |
| Constructor Summary | |
|---|---|
SimpleAction(EventTrigger trigger,
EventNotifier notifier,
long pollInterval)
|
|
| Method Summary | |
|---|---|
void |
execute(EventTrigger trigger,
EventState<?> state,
long timestamp)
This method will be called to allow subclass to execute the desired action in response to the event. |
| Methods inherited from class org.eclipse.jetty.monitor.jmx.MonitorAction |
|---|
doExecute, getID, getPollDelay, getPollInterval, getTrigger |
| Methods inherited from class org.eclipse.jetty.monitor.jmx.NotifierGroup |
|---|
addNotifier, addNotifiers, getNotifiers, notify, removeNotifier, removeNotifiers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleAction(EventTrigger trigger,
EventNotifier notifier,
long pollInterval)
throws java.security.InvalidParameterException
java.security.InvalidParameterException| Method Detail |
|---|
public void execute(EventTrigger trigger,
EventState<?> state,
long timestamp)
MonitorAction
execute in class MonitorActiontrigger - event trigger associated with this monitor actionstate - event state associated with current invocation of event triggertimestamp - time stamp of the current invocation of event triggerMonitorAction.execute(org.eclipse.jetty.monitor.jmx.EventTrigger, org.eclipse.jetty.monitor.jmx.EventState, long)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||