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
java.lang.String getDerivedGauge()
getDerivedGaugeTimeStamp
long getDerivedGaugeTimeStamp()
getStringToCompare
java.lang.String getStringToCompare()
setStringToCompare
void setStringToCompare(java.lang.String value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
getNotifyMatch
boolean getNotifyMatch()
setNotifyMatch
void setNotifyMatch(boolean value)
getNotifyDiffer
boolean getNotifyDiffer()
setNotifyDiffer
void setNotifyDiffer(boolean value)
Copyright © 2001-2002 MX4J Team. All Rights Reserved.