Uses of Interface
org.glassfish.j2ee.statistics.BoundaryStatistic
-
Packages that use BoundaryStatistic Package Description 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 Modifier and Type Class Description classBoundaryStatisticImplAn implementation of a BoundaryStatistic.classBoundedRangeStatisticImplAn implementation of a BoundedRangeStatistic.classMutableBoundedRangeStatisticImplAn 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 Modifier and Type Interface Description interfaceBoundedRangeStatisticThe BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.
-