Uses of Interface
com.sun.enterprise.admin.monitor.stats.MutableCountStatistic
-
Packages that use MutableCountStatistic 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 MutableCountStatistic in com.sun.enterprise.admin.monitor.stats
Classes in com.sun.enterprise.admin.monitor.stats that implement MutableCountStatistic 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.
-