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

All Implemented Interfaces:
    MonitorMBean

All Known Implementing Classes:
    StringMonitor

Exposes the remote management interface of the string monitor MBean.
Method from javax.management.monitor.StringMonitorMBean Summary:
getDerivedGauge,   getDerivedGauge,   getDerivedGaugeTimeStamp,   getDerivedGaugeTimeStamp,   getNotifyDiffer,   getNotifyMatch,   getStringToCompare,   setNotifyDiffer,   setNotifyMatch,   setStringToCompare
Method from javax.management.monitor.StringMonitorMBean Detail:
 public String getDerivedGauge()Deprecated! As -  of JMX 1.2, replaced by #getDerivedGauge(ObjectName) 

    Gets the derived gauge.
 public String 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 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.