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

Packages that use AverageRangeStatistic
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 AverageRangeStatistic in com.sun.enterprise.admin.monitor.stats
 

Classes in com.sun.enterprise.admin.monitor.stats that implement AverageRangeStatistic
 class AverageRangeStatisticImpl
           
 class MutableAverageRangeStatisticImpl
           
 

Methods in com.sun.enterprise.admin.monitor.stats that return AverageRangeStatistic
 AverageRangeStatistic StatefulSessionStoreStats.getActivatedBeanSize()
          Returns the total number of bytes activated by this store
 AverageRangeStatistic StatefulSessionStoreStats.getActivationTime()
          Returns the time spent on activating beans from the store
 AverageRangeStatistic HAStatefulSessionStoreStats.getCheckpointedBeanSize()
          Returns the total number of bytes checkpointed by the store
 AverageRangeStatistic HAStatefulSessionStoreStats.getCheckpointTime()
          Returns the time spent on checkpointing beans to the store
 AverageRangeStatistic StatefulSessionStoreStats.getPassivatedBeanSize()
          Returns the total number of bytes passivated by this store
 AverageRangeStatistic StatefulSessionStoreStats.getPassivationTime()
          Returns the time spent on passivating beans to the store
 



Copyright © 2012. All Rights Reserved.