Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.management.monitor
Class Monitor.MonitorRunnable  view Monitor.MonitorRunnable download Monitor.MonitorRunnable.java

java.lang.Object
  extended byorg.jboss.mx.util.SchedulableRunnable
      extended byjavax.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