mx4j.tools.stats

Interface ValueStatisticsRecorderMBean

All Superinterfaces:
StatisticsRecorderMBean
Known Implementing Classes:
ValueStatisticsRecorder

public interface ValueStatisticsRecorderMBean
extends StatisticsRecorderMBean

Management interface for the ValueStatisticsRecorder MBean.

Version:
$Revision: 1.3 $

Method Summary

Number
getValue()
Returns the recorded value
void
setValue(Number value)
Sets the value to be recorded

Methods inherited from interface mx4j.tools.stats.StatisticsRecorderMBean

getAverage, getEntries, getMax, getMaxEntries, getMin, getRecordingStart, isActive, setMaxEntries, start, stop

Method Details

getValue

public Number getValue()
Returns the recorded value


setValue

public void setValue(Number value)
Sets the value to be recorded


Copyright © 2001-2003 MX4J Team. All Rights Reserved.