javax.management.monitor
Class StringMonitor.StringMonitorThread

java.lang.Object
  |
  +--javax.management.monitor.StringMonitor.StringMonitorThread
Enclosing class:
StringMonitor

class StringMonitor.StringMonitorThread
extends java.lang.Object
implements java.lang.Runnable

This inner class implements Runnable and when the StringMonitor is started, the start method of this class is called and it periodically polls the Observed Attribute according to the granularity period and when there is a deviation from the configuration details, sends a notification.


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

StringMonitor monitor
Constructor Detail

StringMonitor.StringMonitorThread

StringMonitor.StringMonitorThread(StringMonitor monitor)
Method Detail

run

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