mx4j.monitor
Class MX4JCounterMonitor.CounterMonitorInfo

java.lang.Object
  extended bymx4j.monitor.MX4JMonitor.MonitorInfo
      extended bymx4j.monitor.MX4JCounterMonitor.CounterMonitorInfo
Enclosing class:
MX4JCounterMonitor

protected class MX4JCounterMonitor.CounterMonitorInfo
extends MX4JMonitor.MonitorInfo


Constructor Summary
protected MX4JCounterMonitor.CounterMonitorInfo()
           
 
Method Summary
 java.lang.Number getGauge()
           
 java.lang.Number getThreshold()
           
 long getTimestamp()
           
 boolean isThresholdNotified()
           
 void setGauge(java.lang.Number gauge)
           
 void setThreshold(java.lang.Number threshold)
           
 void setThresholdNotified(boolean thresholdNotified)
           
 void setTimestamp(long timestamp)
           
 java.lang.String toString()
           
 
Methods inherited from class mx4j.monitor.MX4JMonitor.MonitorInfo
isErrorNotified, setErrorNotified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MX4JCounterMonitor.CounterMonitorInfo

protected MX4JCounterMonitor.CounterMonitorInfo()
Method Detail

setThresholdNotified

public void setThresholdNotified(boolean thresholdNotified)

setGauge

public void setGauge(java.lang.Number gauge)

setTimestamp

public void setTimestamp(long timestamp)

setThreshold

public void setThreshold(java.lang.Number threshold)

isThresholdNotified

public boolean isThresholdNotified()

getGauge

public java.lang.Number getGauge()

getTimestamp

public long getTimestamp()

getThreshold

public java.lang.Number getThreshold()

toString

public java.lang.String toString()
Overrides:
toString in class MX4JMonitor.MonitorInfo


Copyright © 2001-2003 MX4J Team. All Rights Reserved.