Home » openjdk-7 » javax » management » monitor » [javadoc | source]
javax.management.monitor
public interface: CounterMonitorMBean [javadoc | source]

All Implemented Interfaces:
    MonitorMBean

All Known Implementing Classes:
    CounterMonitor

Exposes the remote management interface of the counter monitor MBean.
Method from javax.management.monitor.CounterMonitorMBean Summary:
getDerivedGauge,   getDerivedGauge,   getDerivedGaugeTimeStamp,   getDerivedGaugeTimeStamp,   getDifferenceMode,   getInitThreshold,   getModulus,   getNotify,   getOffset,   getThreshold,   getThreshold,   setDifferenceMode,   setInitThreshold,   setModulus,   setNotify,   setOffset,   setThreshold
Method from javax.management.monitor.CounterMonitorMBean 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 getInitThreshold()
    Gets the initial threshold value common to all observed objects.
 public Number getModulus()
    Gets the modulus value.
 public boolean getNotify()
    Gets the notification's on/off switch value.
 public Number getOffset()
    Gets the offset value.
 public Number getThreshold()Deprecated! As -  of JMX 1.2, replaced by #getThreshold(ObjectName) 

    Gets the threshold value.
 public Number getThreshold(ObjectName object)
    Gets the threshold value for the specified MBean.
 public  void setDifferenceMode(boolean value)
    Sets the difference mode flag value.
 public  void setInitThreshold(Number value) throws IllegalArgumentException
    Sets the initial threshold value common to all observed MBeans.
 public  void setModulus(Number value) throws IllegalArgumentException
    Sets the modulus value.
 public  void setNotify(boolean value)
    Sets the notification's on/off switch value.
 public  void setOffset(Number value) throws IllegalArgumentException
    Sets the offset value.
 public  void setThreshold(Number value) throws IllegalArgumentExceptionDeprecated! As -  of JMX 1.2, replaced by #setInitThreshold 

    Sets the threshold value.