org.eclipse.jetty.monitor.integration
类 JavaMonitorAction
java.lang.Object
org.eclipse.jetty.monitor.jmx.NotifierGroup
org.eclipse.jetty.monitor.jmx.MonitorAction
org.eclipse.jetty.monitor.integration.JavaMonitorAction
- 所有已实现的接口:
- EventNotifier
public class JavaMonitorAction
- extends MonitorAction
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaMonitorAction
public JavaMonitorAction(EventNotifier notifier,
String url,
String uuid,
String appid,
long pollInterval)
throws Exception
- 参数:
notifier - pollInterval -
- 抛出:
Exception
MalformedObjectNameException
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)
getHttpPort
public Integer getHttpPort()
Copyright © 2013. All Rights Reserved.