|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatefulSessionStoreStats
| Method Summary | |
|---|---|
AverageRangeStatistic |
getActivatedBeanSize()
Returns the total number of bytes activated by this store |
CountStatistic |
getActivationCount()
Returns the total number of sessions activated from the store |
CountStatistic |
getActivationErrorCount()
Returns the total number of sessions that could not be activated from the store |
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 |
RangeStatistic |
getCurrentSize()
Returns the number of passivated/checkpointed sessions in the store |
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 |
CountStatistic |
getPassivationCount()
Returns the total number of sessions passivated using this store |
CountStatistic |
getPassivationErrorCount()
Returns the total number of sessions that could not be passivated using the store |
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 |
| Methods inherited from interface org.glassfish.j2ee.statistics.Stats |
|---|
getStatistic, getStatisticNames, getStatistics |
| Method Detail |
|---|
RangeStatistic getCurrentSize()
CountStatistic getActivationCount()
CountStatistic getActivationSuccessCount()
CountStatistic getActivationErrorCount()
CountStatistic getPassivationCount()
CountStatistic getPassivationSuccessCount()
CountStatistic getPassivationErrorCount()
CountStatistic getExpiredSessionCount()
AverageRangeStatistic getPassivatedBeanSize()
AverageRangeStatistic getPassivationTime()
AverageRangeStatistic getActivatedBeanSize()
AverageRangeStatistic getActivationTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||