Package | Description |
---|---|
org.eclipse.jetty.monitor.integration |
Jetty Monitor : Intregation with Java Monitor
|
org.eclipse.jetty.monitor.jmx |
Jetty Monitor : JMX Integration
|
org.eclipse.jetty.monitor.triggers |
Jetty Monitor : Triggers for Monitor Events
|
Modifier and Type | Method and Description |
---|---|
void |
JavaMonitorAction.execute(EventTrigger trigger,
EventState<?> state,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
abstract EventState<?> |
EventTrigger.getState(long timestamp)
Retrieve the event state associated with specified invocation
of the event trigger match method
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
protected Map<Long,EventState<TYPE>> |
AttrEventTrigger._states |
Modifier and Type | Method and Description |
---|---|
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 © 1995-2015 Webtide. All Rights Reserved.