|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Constructor Summary | |
|---|---|
EventTrigger()
Construct an event trigger |
|
| Method Summary | |
|---|---|
java.lang.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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventTrigger()
| Method Detail |
|---|
public java.lang.String getID()
public abstract boolean match(long timestamp)
throws java.lang.Exception
java.lang.Exceptionpublic abstract EventState<?> getState(long timestamp)
timestamp - time stamp associated with invocation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||