API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.monitor. CounterMonitorMBean View Source
Author(s)
Sun Microsystems, Inc
Since
1.5
Version
4.27 11/17/05
Serial
Hierarchy
 MonitorMBean
      CounterMonitorMBean
Subinterfaces
Description
public interface CounterMonitorMBean
  Exposes the remote management interface of the counter 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 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.
@Deprecated
public Number getThreshold ()
  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.
@Deprecated
public void setThreshold (Number value) throws IllegalArgumentException
  Sets the threshold value.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar