mx4j.monitor

Interface MX4JGaugeMonitorMBean

public interface MX4JGaugeMonitorMBean extends MX4JMonitorMBean

Version: $Revision: 1.3 $

Method Summary
NumbergetDerivedGauge(ObjectName objectName)
longgetDerivedGaugeTimeStamp(ObjectName objectName)
booleangetDifferenceMode()
NumbergetHighThreshold()
NumbergetLowThreshold()
booleangetNotifyHigh()
booleangetNotifyLow()
voidsetDifferenceMode(boolean value)
voidsetNotifyHigh(boolean value)
voidsetNotifyLow(boolean value)
voidsetThresholds(Number highValue, Number lowValue)

Method Detail

getDerivedGauge

public Number getDerivedGauge(ObjectName objectName)

getDerivedGaugeTimeStamp

public long getDerivedGaugeTimeStamp(ObjectName objectName)

getDifferenceMode

public boolean getDifferenceMode()

getHighThreshold

public Number getHighThreshold()

getLowThreshold

public Number getLowThreshold()

getNotifyHigh

public boolean getNotifyHigh()

getNotifyLow

public boolean getNotifyLow()

setDifferenceMode

public void setDifferenceMode(boolean value)

setNotifyHigh

public void setNotifyHigh(boolean value)

setNotifyLow

public void setNotifyLow(boolean value)

setThresholds

public void setThresholds(Number highValue, Number lowValue)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.