|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jetty.monitor.jmx.EventTrigger
public abstract class EventTrigger
EventTrigger Abstract base class for all EventTrigger implementations. Used to determine whether the necessary conditions for triggering an event are present.
| 构造方法摘要 | |
|---|---|
EventTrigger()
Construct an event trigger |
|
| 方法摘要 | |
|---|---|
String |
getID()
Retrieve the identification string of the event trigger |
abstract EventState<?> |
getState(long timestamp)
Retrieve the event state associated with specified invocation of the event trigger match method |
abstract boolean |
match(long timestamp)
Abstract method to verify if the event trigger conditions are in the appropriate state for an event to be triggered |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public EventTrigger()
| 方法详细信息 |
|---|
public String getID()
public abstract boolean match(long timestamp)
throws Exception
Exceptionpublic abstract EventState<?> getState(long timestamp)
timestamp - time stamp associated with invocation
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||