Interface AverageRangeStatistic
- All Superinterfaces:
RangeStatistic,Statistic
- All Known Implementing Classes:
AverageRangeStatisticImpl,MutableAverageRangeStatisticImpl
An interface that Specifies standard measurements of the lowest and highest values an attribute
has held as well as its current value. Extending RangeStatistic, it also provides the average value.
- Since:
- S1AS8.1
- Version:
- 1.0
- Author:
- Larry White, Kedar Mhaswade
-
Method Summary
Methods inherited from interface org.glassfish.j2ee.statistics.RangeStatistic
getCurrent, getHighWaterMark, getLowWaterMarkMethods inherited from interface org.glassfish.j2ee.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
-
Method Details
-
getAverage
long getAverage()
-