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

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.