org.apache.activemq.management
Class BoundedRangeStatisticImpl
java.lang.Object
org.apache.activemq.management.StatisticImpl
org.apache.activemq.management.RangeStatisticImpl
org.apache.activemq.management.BoundedRangeStatisticImpl
- All Implemented Interfaces:
- Statistic, Resettable
public class BoundedRangeStatisticImpl
- extends RangeStatisticImpl
A bounded range statistic implementation
- Version:
- $Revision: 1.2 $
Methods inherited from class org.apache.activemq.management.StatisticImpl |
getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, setDoReset, setEnabled, toString, updateSampleTime |
BoundedRangeStatisticImpl
public BoundedRangeStatisticImpl(String name,
String unit,
String description,
long lowerBound,
long upperBound)
getLowerBound
public long getLowerBound()
getUpperBound
public long getUpperBound()
appendFieldDescription
protected void appendFieldDescription(StringBuffer buffer)
- Overrides:
appendFieldDescription
in class RangeStatisticImpl
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.