mx4j.tools.stats

Interface ValueStatisticsRecorderMBean

public interface ValueStatisticsRecorderMBean extends StatisticsRecorderMBean

Management interface for the ValueStatisticsRecorder MBean.

Version: $Revision: 1.3 $

Method Summary
NumbergetValue()
Returns the recorded value
voidsetValue(Number value)
Sets the value to be recorded

Method Detail

getValue

public Number getValue()
Returns the recorded value

setValue

public void setValue(Number value)
Sets the value to be recorded
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.