API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.monitor. StringMonitorMBean View Source
Author(s)
Sun Microsystems, Inc
Since
1.5
Version
4.25 11/17/05
Serial
Hierarchy
 MonitorMBean
      StringMonitorMBean
Subinterfaces
Description
public interface StringMonitorMBean
  Exposes the remote management interface of the string monitor MBean.
See also:   
Methods
Hide/Show inherited methods
@Deprecated
public String getDerivedGauge ()
  Gets the derived gauge.
public String 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 getNotifyDiffer ()
  Gets the differing notification's on/off switch value.
public boolean getNotifyMatch ()
  Gets the matching notification's on/off switch value.
public String getStringToCompare ()
  Gets the string to compare with the observed attribute.
public void setNotifyDiffer (boolean value)
  Sets the differing notification's on/off switch value.
public void setNotifyMatch (boolean value)
  Sets the matching notification's on/off switch value.
public void setStringToCompare (String value) throws IllegalArgumentException
  Sets the string to compare with the observed attribute.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar