Uses of Interface
com.sun.enterprise.admin.monitor.stats.MutableStatistic
Packages that use MutableStatistic
Package
Description
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.statsModifier and TypeInterfaceDescriptioninterfaceAn interface that imparts mutability to aCountStatisticby the virtue of extending MutableStatistic.interfaceProvides mutable nature to theTimeStatistic.Classes in com.sun.enterprise.admin.monitor.stats that implement MutableStatisticModifier and TypeClassDescriptionclassAn implementation of AverageRangeStatistic that provides ways to change the state externally through mutators.classAn implementation of MutableCountStatistic that provides ways to change the state externally through mutators.classAn implementation of MutableCountStatistic that provides ways to change the state externally through mutators.classAn implementation ofMutableTimeStatisticthat eases the various statistical calculations.