mx4j.monitor
Interface MX4JGaugeMonitorMBean
- MX4JMonitorMBean
- MX4JGaugeMonitor
public interface MX4JGaugeMonitorMBean
addObservedObject , containsObservedObject , getGranularityPeriod , getObservedAttribute , getObservedObjects , isActive , removeObservedObject , setGranularityPeriod , setObservedAttribute , start , stop |
getDerivedGauge
public Number getDerivedGauge(javax.management.ObjectName objectName)
getDerivedGaugeTimeStamp
public long getDerivedGaugeTimeStamp(javax.management.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)
throws IllegalArgumentException
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.