public interface StatefulSessionStoreStats extends javax.management.j2ee.statistics.Stats
| Modifier and Type | Method and Description |
|---|---|
AverageRangeStatistic |
getActivatedBeanSize()
Returns the total number of bytes activated by this store
|
javax.management.j2ee.statistics.CountStatistic |
getActivationCount()
Returns the total number of sessions activated from the store
|
javax.management.j2ee.statistics.CountStatistic |
getActivationErrorCount()
Returns the total number of sessions that could not be activated
from the store
|
javax.management.j2ee.statistics.CountStatistic |
getActivationSuccessCount()
Returns the total number of sessions successfully activated
from the store
|
AverageRangeStatistic |
getActivationTime()
Returns the time spent on activating beans from the store
|
javax.management.j2ee.statistics.RangeStatistic |
getCurrentSize()
Returns the number of passivated/checkpointed sessions in the
store
|
javax.management.j2ee.statistics.CountStatistic |
getExpiredSessionCount()
Returns the total number of expired sessions that were removed by
the store
|
AverageRangeStatistic |
getPassivatedBeanSize()
Returns the total number of bytes passivated by this store
|
javax.management.j2ee.statistics.CountStatistic |
getPassivationCount()
Returns the total number of sessions passivated using this store
|
javax.management.j2ee.statistics.CountStatistic |
getPassivationErrorCount()
Returns the total number of sessions that could not be passivated
using the store
|
javax.management.j2ee.statistics.CountStatistic |
getPassivationSuccessCount()
Returns the total number of sessions passivated successfully
using this store
|
AverageRangeStatistic |
getPassivationTime()
Returns the time spent on passivating beans to the store
|
getStatistic, getStatisticNames, getStatisticsjavax.management.j2ee.statistics.RangeStatistic getCurrentSize()
javax.management.j2ee.statistics.CountStatistic getActivationCount()
javax.management.j2ee.statistics.CountStatistic getActivationSuccessCount()
javax.management.j2ee.statistics.CountStatistic getActivationErrorCount()
javax.management.j2ee.statistics.CountStatistic getPassivationCount()
javax.management.j2ee.statistics.CountStatistic getPassivationSuccessCount()
javax.management.j2ee.statistics.CountStatistic getPassivationErrorCount()
javax.management.j2ee.statistics.CountStatistic getExpiredSessionCount()
AverageRangeStatistic getPassivatedBeanSize()
AverageRangeStatistic getPassivationTime()
AverageRangeStatistic getActivatedBeanSize()
AverageRangeStatistic getActivationTime()
Copyright © 2019. All rights reserved.