Uses of Interface
com.sun.enterprise.admin.monitor.stats.AverageRangeStatistic
-
Packages that use AverageRangeStatistic Package Description com.sun.ejb.base.stats 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.ejb.base.stats
Methods in com.sun.ejb.base.stats that return AverageRangeStatistic Modifier and Type Method Description AverageRangeStatisticStatefulSessionStoreStatsImpl. getActivatedBeanSize()Returns the total number of bytes activated by this store including total, min, maximumAverageRangeStatisticStatefulSessionStoreStatsImpl. getActivationTime()Returns the time spent on activating beans from the store including total, min, maxAverageRangeStatisticHAStatefulSessionStoreStatsImpl. getCheckpointedBeanSize()Returns the number of bytes checkpointedAverageRangeStatisticHAStatefulSessionStoreStatsImpl. getCheckpointTime()Returns the time spent on passivating beans to the store including total, min, maxAverageRangeStatisticStatefulSessionStoreStatsImpl. getPassivatedBeanSize()Returns the total number of bytes passivated by this store including total, min, maximumAverageRangeStatisticStatefulSessionStoreStatsImpl. getPassivationTime()Returns the time spent on passivating beans to the store including total, min, max -
Uses of AverageRangeStatistic in com.sun.enterprise.admin.monitor.stats
Classes in com.sun.enterprise.admin.monitor.stats that implement AverageRangeStatistic Modifier and Type Class Description classAverageRangeStatisticImplAn implementation of a AverageRangeStatistic.classMutableAverageRangeStatisticImplAn implementation of AverageRangeStatistic that provides ways to change the state externally through mutators.Methods in com.sun.enterprise.admin.monitor.stats that return AverageRangeStatistic Modifier and Type Method Description AverageRangeStatisticStatefulSessionStoreStats. getActivatedBeanSize()Returns the total number of bytes activated by this storeAverageRangeStatisticStatefulSessionStoreStats. getActivationTime()Returns the time spent on activating beans from the storeAverageRangeStatisticHAStatefulSessionStoreStats. getCheckpointedBeanSize()Returns the total number of bytes checkpointed by the storeAverageRangeStatisticHAStatefulSessionStoreStats. getCheckpointTime()Returns the time spent on checkpointing beans to the storeAverageRangeStatisticStatefulSessionStoreStats. getPassivatedBeanSize()Returns the total number of bytes passivated by this storeAverageRangeStatisticStatefulSessionStoreStats. getPassivationTime()Returns the time spent on passivating beans to the store
-