类 org.eclipse.jetty.monitor.jmx.EventState
的使用

使用 EventState 的软件包
org.eclipse.jetty.monitor.integration   
org.eclipse.jetty.monitor.jmx   
org.eclipse.jetty.monitor.triggers   
 

org.eclipse.jetty.monitor.integrationEventState 的使用
 

参数类型为 EventStateorg.eclipse.jetty.monitor.integration 中的方法
 void JavaMonitorAction.execute(EventTrigger trigger, EventState<?> state, long timestamp)
           
 

org.eclipse.jetty.monitor.jmxEventState 的使用
 

返回 EventStateorg.eclipse.jetty.monitor.jmx 中的方法
abstract  EventState<?> EventTrigger.getState(long timestamp)
          Retrieve the event state associated with specified invocation of the event trigger match method
 

参数类型为 EventStateorg.eclipse.jetty.monitor.jmx 中的方法
 void SimpleAction.execute(EventTrigger trigger, EventState<?> state, long timestamp)
           
abstract  void MonitorAction.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.
 void NotifierGroup.notify(EventTrigger trigger, EventState<?> state, long timestamp)
          Invoke the notify() method of each of the notifiers in group
 void LoggingNotifier.notify(EventTrigger trigger, EventState<?> state, long timestamp)
           
 void EventNotifier.notify(EventTrigger trigger, EventState<?> state, long timestamp)
          This method is called when a notification event is received by the containing object
 void ConsoleNotifier.notify(EventTrigger trigger, EventState<?> state, long timestamp)
           
 

org.eclipse.jetty.monitor.triggersEventState 的使用
 

类型参数类型为 EventStateorg.eclipse.jetty.monitor.triggers 中的字段
protected  Map<Long,EventState<TYPE>> AttrEventTrigger._states
           
 

返回 EventStateorg.eclipse.jetty.monitor.triggers 中的方法
 EventState OrEventTrigger.getState(long timestamp)
          Retrieve the event state associated with specified invocation of the event trigger match method.
 EventState<TYPE> AttrEventTrigger.getState(long timestamp)
          Retrieve the event state associated with specified invocation of the event trigger match method.
 EventState AndEventTrigger.getState(long timestamp)
          Retrieve the event state associated with specified invocation of the event trigger match method.
 EventState AggregateEventTrigger.getState(long timestamp)
          Retrieve the event state associated with specified invocation of the event trigger match method.
 



Copyright © 2013. All Rights Reserved.