mx4j.monitor

Interface MX4JStringMonitorMBean

All Superinterfaces:
MX4JMonitorMBean
Known Implementing Classes:
MX4JStringMonitor

public interface MX4JStringMonitorMBean
extends MX4JMonitorMBean

Version:
$Revision: 1.3 $

Method Summary

String
getDerivedGauge(javax.management.ObjectName objectName)
long
getDerivedGaugeTimeStamp(javax.management.ObjectName objectName)
boolean
getNotifyDiffer()
boolean
getNotifyMatch()
String
getStringToCompare()
void
setNotifyDiffer(boolean value)
void
setNotifyMatch(boolean value)
void
setStringToCompare(String value)

Methods inherited from interface mx4j.monitor.MX4JMonitorMBean

addObservedObject, containsObservedObject, getGranularityPeriod, getObservedAttribute, getObservedObjects, isActive, removeObservedObject, setGranularityPeriod, setObservedAttribute, start, stop

Method Details

getDerivedGauge

public String getDerivedGauge(javax.management.ObjectName objectName)

getDerivedGaugeTimeStamp

public long getDerivedGaugeTimeStamp(javax.management.ObjectName objectName)

getNotifyDiffer

public boolean getNotifyDiffer()

getNotifyMatch

public boolean getNotifyMatch()

getStringToCompare

public String getStringToCompare()

setNotifyDiffer

public void setNotifyDiffer(boolean value)

setNotifyMatch

public void setNotifyMatch(boolean value)

setStringToCompare

public void setStringToCompare(String value)
            throws IllegalArgumentException

Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.