|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjava.util.TimerTask
org.eclipse.jetty.monitor.jmx.MonitorTask
public class 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.
| 方法摘要 | |
|---|---|
static void |
cancel(MonitorAction action)
Cancel timer task for specified monitor action |
void |
run()
This method is invoked when poll interval has elapsed to check if the event trigger conditions are satisfied in order to fire event. |
static void |
schedule(MonitorAction action)
Schedule new timer task for specified monitor action |
| 从类 java.util.TimerTask 继承的方法 |
|---|
cancel, scheduledExecutionTime |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public static void schedule(MonitorAction action)
action - monitor actionpublic static void cancel(MonitorAction action)
action - monitor actionpublic final void run()
Runnable 中的 runTimerTask 中的 runTimerTask.run()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||