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

Method Summary
 java.lang.String getDerivedGauge()
           
 long getDerivedGaugeTimeStamp()
           
 boolean getNotifyDiffer()
           
 boolean getNotifyMatch()
           
 java.lang.String getStringToCompare()
           
 void setNotifyDiffer(boolean value)
           
 void setNotifyMatch(boolean value)
           
 void setStringToCompare(java.lang.String value)
           
 
Methods inherited from interface javax.management.monitor.MonitorMBean
getGranularityPeriod, getObservedAttribute, getObservedObject, isActive, setGranularityPeriod, setObservedAttribute, setObservedObject, start, stop
 

Method Detail

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
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.