mx4j.monitor

Class MX4JCounterMonitor.CounterMonitorInfo

Enclosing Class:
MX4JCounterMonitor

protected class MX4JCounterMonitor.CounterMonitorInfo
extends MX4JMonitor.MonitorInfo

Method Summary

void
clearNotificationStatus()
Number
getCounter()
Number
getGauge()
Number
getThreshold()
long
getTimestamp()
boolean
isThresholdNotified()
void
setCounter(Number counter)
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

clearNotificationStatus, isErrorNotified, setErrorNotified, toString

Method Details

clearNotificationStatus

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

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

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