Home » openjdk-7 » javax » management » monitor » [javadoc | source]
javax.management.monitor
static class: CounterMonitor.CounterMonitorObservedObject [javadoc | source]
java.lang.Object
   ObservedObject
      javax.management.monitor.CounterMonitor$CounterMonitorObservedObject
Constructor:
 public CounterMonitorObservedObject(ObjectName observedObject) 
Method from javax.management.monitor.CounterMonitor$CounterMonitorObservedObject Summary:
getDerivedGaugeExceeded,   getDerivedGaugeValid,   getEventAlreadyNotified,   getModulusExceeded,   getPreviousScanCounter,   getThreshold,   getType,   setDerivedGaugeExceeded,   setDerivedGaugeValid,   setEventAlreadyNotified,   setModulusExceeded,   setPreviousScanCounter,   setThreshold,   setType
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.management.monitor.CounterMonitor$CounterMonitorObservedObject Detail:
 public final synchronized Number getDerivedGaugeExceeded() 
 public final synchronized boolean getDerivedGaugeValid() 
 public final synchronized boolean getEventAlreadyNotified() 
 public final synchronized boolean getModulusExceeded() 
 public final synchronized Number getPreviousScanCounter() 
 public final synchronized Number getThreshold() 
 public final synchronized NumericalType getType() 
 public final synchronized  void setDerivedGaugeExceeded(Number derivedGaugeExceeded) 
 public final synchronized  void setDerivedGaugeValid(boolean derivedGaugeValid) 
 public final synchronized  void setEventAlreadyNotified(boolean eventAlreadyNotified) 
 public final synchronized  void setModulusExceeded(boolean modulusExceeded) 
 public final synchronized  void setPreviousScanCounter(Number previousScanCounter) 
 public final synchronized  void setThreshold(Number threshold) 
 public final synchronized  void setType(NumericalType type)