mx4j.monitor

Class MX4JStringMonitor.StringMonitorInfo

Enclosing Class:
MX4JStringMonitor

protected class MX4JStringMonitor.StringMonitorInfo
extends MX4JMonitor.MonitorInfo

Method Summary

String
getGauge()
long
getTimestamp()
boolean
isDifferNotified()
boolean
isMatchNotified()
void
setDifferNotified(boolean differNotified)
void
setGauge(String gauge)
void
setMatchNotified(boolean matchNotified)
void
setTimestamp(long timestamp)
String
toString()

Methods inherited from class mx4j.monitor.MX4JMonitor.MonitorInfo

isErrorNotified, setErrorNotified, toString

Method Details

getGauge

public String getGauge()


getTimestamp

public long getTimestamp()


isDifferNotified

public boolean isDifferNotified()


isMatchNotified

public boolean isMatchNotified()


setDifferNotified

public void setDifferNotified(boolean differNotified)


setGauge

public void setGauge(String gauge)


setMatchNotified

public void setMatchNotified(boolean matchNotified)


setTimestamp

public void setTimestamp(long timestamp)


toString

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


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