mx4j.monitor

Class MX4JCounterMonitor.CounterMonitorInfo

Enclosing Class:
MX4JCounterMonitor

protected class MX4JCounterMonitor.CounterMonitorInfo
extends MX4JMonitor.MonitorInfo

Method Summary

Number
getGauge()
Number
getThreshold()
long
getTimestamp()
boolean
isThresholdNotified()
void
setGauge(Number gauge)
void
setThreshold(Number threshold)
void
setThresholdNotified(boolean thresholdNotified)
void
setTimestamp(long timestamp)
String
toString()

Methods inherited from class mx4j.monitor.MX4JMonitor.MonitorInfo

isErrorNotified, setErrorNotified, toString

Method Details

getGauge

public Number getGauge()


getThreshold

public Number getThreshold()


getTimestamp

public long getTimestamp()


isThresholdNotified

public boolean isThresholdNotified()


setGauge

public void setGauge(Number gauge)


setThreshold

public void setThreshold(Number threshold)


setThresholdNotified

public void setThresholdNotified(boolean thresholdNotified)


setTimestamp

public void setTimestamp(long timestamp)


toString

public String toString()
Overrides:
toString in interface MX4JMonitor.MonitorInfo


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