Uses of Interface
org.glassfish.j2ee.statistics.BoundaryStatistic

Packages that use BoundaryStatistic
com.sun.enterprise.admin.monitor.stats Provides for implementations of various Stats interfaces. These Stats interfaces are based on those defined by JSR 77. 
org.glassfish.j2ee.statistics   
 

Uses of BoundaryStatistic in com.sun.enterprise.admin.monitor.stats
 

Classes in com.sun.enterprise.admin.monitor.stats that implement BoundaryStatistic
 class BoundaryStatisticImpl
          An implementation of a BoundaryStatistic.
 class BoundedRangeStatisticImpl
          An implementation of a BoundedRangeStatistic.
 class MutableBoundedRangeStatisticImpl
          An implementation of MutableCountStatistic that provides ways to change the state externally through mutators.
 

Uses of BoundaryStatistic in org.glassfish.j2ee.statistics
 

Subinterfaces of BoundaryStatistic in org.glassfish.j2ee.statistics
 interface BoundedRangeStatistic
          The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.
 



Copyright © 2012. All Rights Reserved.