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

Method Summary
 java.lang.Number getDerivedGauge()
           
 long getDerivedGaugeTimeStamp()
           
 boolean getDifferenceMode()
           
 java.lang.Number getHighThreshold()
           
 java.lang.Number getLowThreshold()
           
 boolean getNotifyHigh()
           
 boolean getNotifyLow()
           
 void setDifferenceMode(boolean value)
           
 void setNotifyHigh(boolean value)
           
 void setNotifyLow(boolean value)
           
 void setThresholds(java.lang.Number highValue, java.lang.Number lowValue)
           
 
Methods inherited from interface javax.management.monitor.MonitorMBean
getGranularityPeriod, getObservedAttribute, getObservedObject, isActive, setGranularityPeriod, setObservedAttribute, setObservedObject, start, stop
 

Method Detail

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

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.