mx4j.monitor

Class MX4JGaugeMonitor.GaugeMonitorInfo

Enclosing Class:
MX4JGaugeMonitor

protected class MX4JGaugeMonitor.GaugeMonitorInfo
extends MX4JMonitor.MonitorInfo

Method Summary

void
clearNotificationStatus()
Number
getGauge()
long
getTimestamp()
boolean
isHighNotified()
boolean
isLowNotified()
void
setGauge(Number gauge)
void
setHighNotified(boolean highNotified)
void
setLowNotified(boolean lowNotified)
void
setTimestamp(long timestamp)
String
toString()

Methods inherited from class mx4j.monitor.MX4JMonitor.MonitorInfo

clearNotificationStatus, isErrorNotified, setErrorNotified, toString

Method Details

clearNotificationStatus

public void clearNotificationStatus()
Overrides:
clearNotificationStatus in interface MX4JMonitor.MonitorInfo

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()
Overrides:
toString in interface MX4JMonitor.MonitorInfo

Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.