Uses of Interface
com.sun.enterprise.admin.monitor.stats.MutableStatistic

Packages that use MutableStatistic
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
 interface MutableCountStatistic
          An interface that imparts mutability to a CountStatistic by the virtue of extending MutableStatistic.
 interface MutableTimeStatistic
          Provides mutable nature to the TimeStatistic.
 

Classes in com.sun.enterprise.admin.monitor.stats that implement MutableStatistic
 class MutableAverageRangeStatisticImpl
           
 class MutableBoundedRangeStatisticImpl
          An implementation of MutableCountStatistic that provides ways to change the state externally through mutators.
 class MutableCountStatisticImpl
          An implementation of MutableCountStatistic that provides ways to change the state externally through mutators.
 class MutableTimeStatisticImpl
          An implementation of MutableTimeStatistic that eases the various statistical calculations.
 



Copyright © 2012. All Rights Reserved.