|
|||||||||
| Home >> All >> javax >> management >> [ monitor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.management.monitor
Class Monitor.MonitorRunnable

java.lang.Objectorg.jboss.mx.util.SchedulableRunnable
javax.management.monitor.Monitor.MonitorRunnable
- All Implemented Interfaces:
- java.lang.Comparable, java.lang.Runnable
- Enclosing class:
- Monitor
- private class Monitor.MonitorRunnable
- extends org.jboss.mx.util.SchedulableRunnable
A monitor runnable.
| Field Summary | |
private Monitor |
monitor
|
| Fields inherited from class org.jboss.mx.util.SchedulableRunnable |
|
| Constructor Summary | |
Monitor.MonitorRunnable(Monitor monitor)
Create a monitor runnable to periodically perform monitoring. |
|
| Method Summary | |
void |
doRun()
Run the montior |
| Methods inherited from class org.jboss.mx.util.SchedulableRunnable |
compareTo, equals, getNextRun, run, setNextRun, setScheduler |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
monitor
private Monitor monitor
| Constructor Detail |
Monitor.MonitorRunnable
public Monitor.MonitorRunnable(Monitor monitor)
- Create a monitor runnable to periodically perform monitoring.
| Method Detail |
doRun
public void doRun()
- Run the montior
|
|||||||||
| Home >> All >> javax >> management >> [ monitor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC