| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Exposes the remote management interface of the string monitor MBean.
| Method Summary | |
|  java.lang.String | getDerivedGauge()Deprecated. As of JMX 1.2, replaced by getDerivedGauge(ObjectName) | 
|  java.lang.String | getDerivedGauge(ObjectName object)Gets the derived gauge for the specified MBean. | 
|  long | getDerivedGaugeTimeStamp()Deprecated. As of JMX 1.2, replaced by getDerivedGaugeTimeStamp(ObjectName) | 
|  long | getDerivedGaugeTimeStamp(ObjectName object)Gets the derived gauge timestamp for the specified MBean. | 
|  boolean | getNotifyDiffer()Gets the differing notification's on/off switch value. | 
|  boolean | getNotifyMatch()Gets the matching notification's on/off switch value. | 
|  java.lang.String | getStringToCompare()Gets the string to compare with the observed attribute. | 
|  void | setNotifyDiffer(boolean value)Sets the differing notification's on/off switch value. | 
|  void | setNotifyMatch(boolean value)Sets the matching notification's on/off switch value. | 
|  void | setStringToCompare(java.lang.String value)Sets the string to compare with the observed attribute. | 
| Methods inherited from interface javax.management.monitor.MonitorMBean | 
| addObservedObject, containsObservedObject, getGranularityPeriod, getObservedAttribute, getObservedObject, getObservedObjects, isActive, removeObservedObject, setGranularityPeriod, setObservedAttribute, setObservedObject, start, stop | 
| Method Detail | 
public java.lang.String getDerivedGauge()
getDerivedGauge(ObjectName)
public long getDerivedGaugeTimeStamp()
getDerivedGaugeTimeStamp(ObjectName)
public java.lang.String getDerivedGauge(ObjectName object)
object - the MBean for which the derived gauge is to be returned
null otherwise.public long getDerivedGaugeTimeStamp(ObjectName object)
object - the MBean for which the derived gauge timestamp is to be returned
null otherwise.public java.lang.String getStringToCompare()
setStringToCompare(java.lang.String)
public void setStringToCompare(java.lang.String value)
                        throws java.lang.IllegalArgumentException
value - The string value.
java.lang.IllegalArgumentException - The specified
 string to compare is null.getStringToCompare()public boolean getNotifyMatch()
true if the string monitor notifies when
 matching, false otherwise.setNotifyMatch(boolean)public void setNotifyMatch(boolean value)
value - The matching notification's on/off switch value.getNotifyMatch()public boolean getNotifyDiffer()
true if the string monitor notifies when
 differing, false otherwise.setNotifyDiffer(boolean)public void setNotifyDiffer(boolean value)
value - The differing notification's on/off switch value.getNotifyDiffer()| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.