javax.management.monitor
Interface GaugeMonitorMBean
- All Superinterfaces:
- MonitorMBean
- All Known Implementing Classes:
- GaugeMonitor
- public interface GaugeMonitorMBean
- extends MonitorMBean
- Version:
- $Revision: 1.2 $
- Author:
- Carlos Quiroz
getDerivedGauge
public java.lang.Number getDerivedGauge()
getDerivedGaugeTimeStamp
public long getDerivedGaugeTimeStamp()
getHighThreshold
public java.lang.Number getHighThreshold()
getLowThreshold
public java.lang.Number getLowThreshold()
setThresholds
public void setThresholds(java.lang.Number highValue,
java.lang.Number lowValue)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
getNotifyHigh
public boolean getNotifyHigh()
setNotifyHigh
public void setNotifyHigh(boolean value)
getNotifyLow
public boolean getNotifyLow()
setNotifyLow
public void setNotifyLow(boolean value)
getDifferenceMode
public boolean getDifferenceMode()
setDifferenceMode
public void setDifferenceMode(boolean value)
Copyright © 2001-2002 MX4J Team. All Rights Reserved.