org.apache.geronimo.management.stats
Class RangeStatisticImpl
java.lang.Object
org.apache.geronimo.management.stats.StatisticImpl
org.apache.geronimo.management.stats.RangeStatisticImpl
- All Implemented Interfaces:
- Serializable, RangeStatistic, Statistic
- Direct Known Subclasses:
- BoundedRangeStatisticImpl
public class RangeStatisticImpl
- extends StatisticImpl
- implements RangeStatistic
- See Also:
- Serialized Form
Fields inherited from class org.apache.geronimo.management.stats.StatisticImpl |
UNIT_COUNT, UNIT_MEMORY_BYTES, UNIT_MEMORY_GIGABYTES, UNIT_MEMORY_KILOBYTES, UNIT_MEMORY_MEGABYTES, UNIT_TIME_HOUR, UNIT_TIME_MICROSECOND, UNIT_TIME_MILLISECOND, UNIT_TIME_MINUTE, UNIT_TIME_NANOSECOND, UNIT_TIME_SECOND |
RangeStatisticImpl
public RangeStatisticImpl(String name,
String unit,
String description)
RangeStatisticImpl
public RangeStatisticImpl(String name,
String unit,
String description,
long currentValue)
getHighWaterMark
public long getHighWaterMark()
- Specified by:
getHighWaterMark
in interface RangeStatistic
getLowWaterMark
public long getLowWaterMark()
- Specified by:
getLowWaterMark
in interface RangeStatistic
getCurrent
public long getCurrent()
- Specified by:
getCurrent
in interface RangeStatistic
setCurrent
public void setCurrent(long current)
setHighWaterMark
public void setHighWaterMark(long highWaterMark)
setLowWaterMark
public void setLowWaterMark(long lowWaterMark)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.