org.eclipse.jetty.monitor.jmx
类 SimpleAction
java.lang.Object
org.eclipse.jetty.monitor.jmx.NotifierGroup
org.eclipse.jetty.monitor.jmx.MonitorAction
org.eclipse.jetty.monitor.jmx.SimpleAction
- 所有已实现的接口:
- EventNotifier
public class SimpleAction
- extends MonitorAction
|
方法摘要 |
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. |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleAction
public SimpleAction(EventTrigger trigger,
EventNotifier notifier,
long pollInterval)
throws InvalidParameterException
- 抛出:
InvalidParameterException
execute
public void execute(EventTrigger trigger,
EventState<?> state,
long timestamp)
- 从类
MonitorAction 复制的描述
- This method will be called to allow subclass to execute
the desired action in response to the event.
- 指定者:
- 类
MonitorAction 中的 execute
- 参数:
trigger - event trigger associated with this monitor actionstate - event state associated with current invocation of event triggertimestamp - time stamp of the current invocation of event trigger- 另请参见:
MonitorAction.execute(org.eclipse.jetty.monitor.jmx.EventTrigger, org.eclipse.jetty.monitor.jmx.EventState, long)
Copyright © 2013. All Rights Reserved.