javax.management.monitor
Interface StringMonitorMBean
- All Superinterfaces:
- MonitorMBean
- All Known Implementing Classes:
- StringMonitor
- public interface StringMonitorMBean
- extends MonitorMBean
- Version:
- $Revision: 1.2 $
- Author:
- Carlos Quiroz
- See Also:
MonitorMBean
getDerivedGauge
public java.lang.String getDerivedGauge()
getDerivedGaugeTimeStamp
public long getDerivedGaugeTimeStamp()
getStringToCompare
public java.lang.String getStringToCompare()
setStringToCompare
public void setStringToCompare(java.lang.String value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
getNotifyMatch
public boolean getNotifyMatch()
setNotifyMatch
public void setNotifyMatch(boolean value)
getNotifyDiffer
public boolean getNotifyDiffer()
setNotifyDiffer
public void setNotifyDiffer(boolean value)
Copyright © 2001-2002 MX4J Team. All Rights Reserved.