javax.management.monitor
Class CounterMonitor.CounterThread

java.lang.Object
  |
  +--javax.management.monitor.CounterMonitor.CounterThread
Enclosing class:
CounterMonitor

class CounterMonitor.CounterThread
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private)  CounterMonitor monitor
           
 
Constructor Summary
(package private) CounterMonitor.CounterThread(CounterMonitor 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

CounterMonitor monitor
Constructor Detail

CounterMonitor.CounterThread

CounterMonitor.CounterThread(CounterMonitor monitor)
Method Detail

run

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