Package | Description |
---|---|
org.eclipse.jetty.monitor.integration |
Jetty Monitor : Intregation with Java Monitor
|
org.eclipse.jetty.monitor.jmx |
Jetty Monitor : JMX Integration
|
Modifier and Type | Class and Description |
---|---|
class |
JavaMonitorAction |
Constructor and Description |
---|
JavaMonitorAction(EventNotifier notifier,
String url,
String uuid,
String appid,
long pollInterval) |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleNotifier
ConsoleNotifier
Provides a way to output notification messages to the server console
|
class |
LoggingNotifier
ConsoleNotifier
Provides a way to output notification messages to a log file
|
class |
MonitorAction
MonitorAction
Abstract base class for all MonitorAction implementations.
|
class |
NotifierGroup
NotifierGroup
This class allows for grouping of the event notifiers
|
class |
SimpleAction |
Modifier and Type | Method and Description |
---|---|
Collection<EventNotifier> |
NotifierGroup.getNotifiers()
Retrieve all event notifier associated with this group
|
Modifier and Type | Method and Description |
---|---|
boolean |
NotifierGroup.addNotifier(EventNotifier notifier)
Add specified event notifier to event notifier group
|
boolean |
NotifierGroup.removeNotifier(EventNotifier notifier)
Remove event notifier from event notifier group
|
Modifier and Type | Method and Description |
---|---|
boolean |
NotifierGroup.addNotifiers(Collection<EventNotifier> notifiers)
Add a collection of event notifiers to event notifier group
|
boolean |
NotifierGroup.removeNotifiers(Collection<EventNotifier> notifiers)
Remove a collection of event notifiers from event notifier group
|
Constructor and Description |
---|
MonitorAction(EventTrigger trigger,
EventNotifier notifier)
Creates a new monitor action
|
MonitorAction(EventTrigger trigger,
EventNotifier notifier,
long pollInterval)
Creates a new monitor action
|
MonitorAction(EventTrigger trigger,
EventNotifier notifier,
long pollInterval,
long pollDelay)
Creates a new monitor action
|
SimpleAction(EventTrigger trigger,
EventNotifier notifier,
long pollInterval) |
Copyright © 1995-2015 Webtide. All Rights Reserved.