Uses of Interface
com.sun.enterprise.admin.monitor.stats.MutableStatistic
-
Packages that use MutableStatistic 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. -
-
Uses of MutableStatistic in com.sun.enterprise.admin.monitor.stats
Subinterfaces of MutableStatistic in com.sun.enterprise.admin.monitor.stats Modifier and Type Interface Description interfaceMutableCountStatisticAn interface that imparts mutability to aCountStatisticby the virtue of extending MutableStatistic.interfaceMutableTimeStatisticProvides mutable nature to theTimeStatistic.Classes in com.sun.enterprise.admin.monitor.stats that implement MutableStatistic Modifier and Type Class Description classMutableAverageRangeStatisticImplAn implementation of AverageRangeStatistic that provides ways to change the state externally through mutators.classMutableBoundedRangeStatisticImplAn implementation of MutableCountStatistic that provides ways to change the state externally through mutators.classMutableCountStatisticImplAn implementation of MutableCountStatistic that provides ways to change the state externally through mutators.classMutableTimeStatisticImplAn implementation ofMutableTimeStatisticthat eases the various statistical calculations.
-