|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventState | |
---|---|
org.eclipse.jetty.monitor.integration | |
org.eclipse.jetty.monitor.jmx | |
org.eclipse.jetty.monitor.triggers |
Uses of EventState in org.eclipse.jetty.monitor.integration |
---|
Methods in org.eclipse.jetty.monitor.integration with parameters of type EventState | |
---|---|
void |
JavaMonitorAction.execute(EventTrigger trigger,
EventState<?> state,
long timestamp)
|
Uses of EventState in org.eclipse.jetty.monitor.jmx |
---|
Methods in org.eclipse.jetty.monitor.jmx that return EventState | |
---|---|
abstract EventState<?> |
EventTrigger.getState(long timestamp)
Retrieve the event state associated with specified invocation of the event trigger match method |
Methods in org.eclipse.jetty.monitor.jmx with parameters of type EventState | |
---|---|
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 |
ConsoleNotifier.notify(EventTrigger trigger,
EventState<?> state,
long timestamp)
|
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 |
NotifierGroup.notify(EventTrigger trigger,
EventState<?> state,
long timestamp)
Invoke the notify() method of each of the notifiers in group |
Uses of EventState in org.eclipse.jetty.monitor.triggers |
---|
Fields in org.eclipse.jetty.monitor.triggers with type parameters of type EventState | |
---|---|
protected java.util.Map<java.lang.Long,EventState<TYPE>> |
AttrEventTrigger._states
|
Methods in org.eclipse.jetty.monitor.triggers that return EventState | |
---|---|
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |