Uses of Interface
org.glassfish.external.statistics.RangeStatistic

Packages that use RangeStatistic
org.glassfish.external.statistics   
org.glassfish.external.statistics.impl   
 

Uses of RangeStatistic in org.glassfish.external.statistics
 

Subinterfaces of RangeStatistic in org.glassfish.external.statistics
 interface AverageRangeStatistic
          An interface that Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.
 interface BoundedRangeStatistic
          The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.
 

Uses of RangeStatistic in org.glassfish.external.statistics.impl
 

Classes in org.glassfish.external.statistics.impl that implement RangeStatistic
 class AverageRangeStatisticImpl
          An implementation of AverageRangeStatistic that provides ways to change the state externally through mutators.
 class BoundedRangeStatisticImpl
           
 class RangeStatisticImpl
           
 

Methods in org.glassfish.external.statistics.impl that return RangeStatistic
 RangeStatistic RangeStatisticImpl.getStatistic()
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.