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:
- javax.management.j2ee.statistics.Statistic, Resettable
public class BoundedRangeStatisticImpl
- extends RangeStatisticImpl
A bounded range statistic implementation
| 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-2013 The Apache Software Foundation. All Rights Reserved.