javax.management.monitor
Class GaugeMonitor.GaugeMonitorThread

java.lang.Object
  |
  +--javax.management.monitor.GaugeMonitor.GaugeMonitorThread
Enclosing class:
GaugeMonitor

class GaugeMonitor.GaugeMonitorThread
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private)  GaugeMonitor monitor
           
 
Constructor Summary
(package private) GaugeMonitor.GaugeMonitorThread(GaugeMonitor monitor)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

monitor

GaugeMonitor monitor
Constructor Detail

GaugeMonitor.GaugeMonitorThread

GaugeMonitor.GaugeMonitorThread(GaugeMonitor monitor)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable