mx4j.monitor

Class MX4JGaugeMonitor.GaugeMonitorInfo

protected class MX4JGaugeMonitor.GaugeMonitorInfo extends MonitorInfo

Method Summary
voidclearNotificationStatus()
NumbergetGauge()
longgetTimestamp()
booleanisHighNotified()
booleanisLowNotified()
voidsetGauge(Number gauge)
voidsetHighNotified(boolean highNotified)
voidsetLowNotified(boolean lowNotified)
voidsetTimestamp(long timestamp)
StringtoString()

Method Detail

clearNotificationStatus

public void clearNotificationStatus()

getGauge

public Number getGauge()

getTimestamp

public long getTimestamp()

isHighNotified

public boolean isHighNotified()

isLowNotified

public boolean isLowNotified()

setGauge

public void setGauge(Number gauge)

setHighNotified

public void setHighNotified(boolean highNotified)

setLowNotified

public void setLowNotified(boolean lowNotified)

setTimestamp

public void setTimestamp(long timestamp)

toString

public String toString()
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.