Save This Page
Home » openjdk-7 » javax » management » monitor » [javadoc | source]
javax.management.monitor
public interface: GaugeMonitorMBean [javadoc | source]

All Implemented Interfaces:
    MonitorMBean

All Known Implementing Classes:
    GaugeMonitor

Exposes the remote management interface of the gauge monitor MBean.
Method from javax.management.monitor.GaugeMonitorMBean Summary:
getDerivedGauge,   getDerivedGauge,   getDerivedGaugeTimeStamp,   getDerivedGaugeTimeStamp,   getDifferenceMode,   getHighThreshold,   getLowThreshold,   getNotifyHigh,   getNotifyLow,   setDifferenceMode,   setNotifyHigh,   setNotifyLow,   setThresholds
Method from javax.management.monitor.GaugeMonitorMBean Detail:
 public Number getDerivedGauge()Deprecated! As -  of JMX 1.2, replaced by #getDerivedGauge(ObjectName) 

    Gets the derived gauge.
 public Number getDerivedGauge(ObjectName object)
    Gets the derived gauge for the specified MBean.
 public long getDerivedGaugeTimeStamp()Deprecated! As -  of JMX 1.2, replaced by #getDerivedGaugeTimeStamp(ObjectName) 

    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.