Class BoundedRangeStatisticImpl

java.lang.Object
org.glassfish.external.statistics.impl.StatisticImpl
org.glassfish.external.statistics.impl.BoundedRangeStatisticImpl
All Implemented Interfaces:
InvocationHandler, BoundaryStatistic, BoundedRangeStatistic, RangeStatistic, Statistic

public final class BoundedRangeStatisticImpl extends StatisticImpl implements BoundedRangeStatistic, InvocationHandler
Author:
Sreenivas Munnangi
  • Constructor Details

    • BoundedRangeStatisticImpl

      public BoundedRangeStatisticImpl(long curVal, long highMark, long lowMark, long upper, long lower, String name, String unit, String desc, long startTime, long sampleTime)
  • Method Details