API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.monitor. GaugeMonitorMBean View Source
Author(s)
Sun Microsystems, Inc
Since
1.5
Version
4.26 11/17/05
Serial
Hierarchy
 MonitorMBean
      GaugeMonitorMBean
Subinterfaces
Description
public interface GaugeMonitorMBean
  Exposes the remote management interface of the gauge monitor MBean.
See also:   
Methods
Hide/Show inherited methods
@Deprecated
public Number getDerivedGauge ()
  Gets the derived gauge.
public Number getDerivedGauge (ObjectName object)
  Gets the derived gauge for the specified MBean.
@Deprecated
public long getDerivedGaugeTimeStamp ()
  Gets the derived gauge timestamp.
public long getDerivedGaugeTimeStamp (ObjectName object)
  Gets the derived gauge timestamp for the specified MBean.
public boolean getDifferenceMode ()
  Gets the difference mode flag value.
public Number getHighThreshold ()
  Gets the high threshold value.
public Number getLowThreshold ()
  Gets the low threshold value.
public boolean getNotifyHigh ()
  Gets the high notification's on/off switch value.
public boolean getNotifyLow ()
  Gets the low notification's on/off switch value.
public void setDifferenceMode (boolean value)
  Sets the difference mode flag value.
public void setNotifyHigh (boolean value)
  Sets the high notification's on/off switch value.
public void setNotifyLow (boolean value)
  Sets the low notification's on/off switch value.
public void setThresholds (Number highValue, Number lowValue) throws IllegalArgumentException
  Sets the high and the low threshold values.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar