| Package | Description |
|---|---|
| org.eclipse.jetty.monitor |
Jetty Monitor : Tool for Monitoring Threads
|
| org.eclipse.jetty.monitor.integration |
Jetty Monitor : Intregation with Java Monitor
|
| org.eclipse.jetty.monitor.jmx |
Jetty Monitor : JMX Integration
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JMXMonitor.addActions(MonitorAction... actions)
Adds monitor actions to the monitor
|
static boolean |
JMXMonitor.addMonitorActions(MonitorAction... actions) |
boolean |
JMXMonitor.removeActions(MonitorAction... actions)
Removes monitor actions from the monitor
|
static boolean |
JMXMonitor.removeMonitorActions(MonitorAction... actions) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaMonitorAction |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleAction |
| Modifier and Type | Method and Description |
|---|---|
static void |
MonitorTask.cancel(MonitorAction action)
Cancel timer task for specified monitor action
|
static void |
MonitorTask.schedule(MonitorAction action)
Schedule new timer task for specified monitor action
|
Copyright © 1995-2015 Webtide. All Rights Reserved.