mx4j.monitor

Class MX4JCounterMonitor.CounterMonitorInfo

protected class MX4JCounterMonitor.CounterMonitorInfo extends MonitorInfo

Method Summary
voidclearNotificationStatus()
NumbergetCounter()
NumbergetGauge()
NumbergetThreshold()
longgetTimestamp()
booleanisThresholdNotified()
voidsetCounter(Number counter)
voidsetGauge(Number gauge)
voidsetThreshold(Number threshold)
voidsetThresholdNotified(boolean thresholdNotified)
voidsetTimestamp(long timestamp)
StringtoString()

Method Detail

clearNotificationStatus

public void clearNotificationStatus()

getCounter

public Number getCounter()

getGauge

public Number getGauge()

getThreshold

public Number getThreshold()

getTimestamp

public long getTimestamp()

isThresholdNotified

public boolean isThresholdNotified()

setCounter

public void setCounter(Number counter)

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()
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.