public class StatefulSessionStoreStatsImpl extends StatsImpl implements StatefulSessionStoreStats
| Modifier | Constructor and Description |
|---|---|
|
StatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider) |
protected |
StatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider,
String intfName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendStats(StringBuilder sbuf) |
protected static void |
appendTimeStatistic(StringBuilder sbuf,
String name,
MutableAverageRangeStatisticImpl stat) |
AverageRangeStatistic |
getActivatedBeanSize()
Returns the total number of bytes activated by this store including total, min, maximum
|
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 couldn't 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 including total, min, max
|
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 this store
|
AverageRangeStatistic |
getPassivatedBeanSize()
Returns the total number of bytes passivated by this store including total, min, maximum
|
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 couldn't be Passivated using the store
|
javax.management.j2ee.statistics.CountStatistic |
getPassivationSuccessCount()
Returns the total number of sessions successfully Passivated using the store
|
AverageRangeStatistic |
getPassivationTime()
Returns the time spent on passivating beans to the store including total, min, max
|
protected void |
initialize() |
getStatistic, getStatisticNames, getStatistics, initialize, statToStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatistic, getStatisticNames, getStatisticspublic StatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider)
protected StatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider, String intfName)
protected void initialize()
public javax.management.j2ee.statistics.RangeStatistic getCurrentSize()
getCurrentSize in interface StatefulSessionStoreStatspublic javax.management.j2ee.statistics.CountStatistic getActivationCount()
getActivationCount in interface StatefulSessionStoreStatspublic javax.management.j2ee.statistics.CountStatistic getActivationSuccessCount()
getActivationSuccessCount in interface StatefulSessionStoreStatspublic javax.management.j2ee.statistics.CountStatistic getActivationErrorCount()
getActivationErrorCount in interface StatefulSessionStoreStatspublic javax.management.j2ee.statistics.CountStatistic getPassivationCount()
getPassivationCount in interface StatefulSessionStoreStatspublic javax.management.j2ee.statistics.CountStatistic getPassivationSuccessCount()
getPassivationSuccessCount in interface StatefulSessionStoreStatspublic javax.management.j2ee.statistics.CountStatistic getPassivationErrorCount()
getPassivationErrorCount in interface StatefulSessionStoreStatspublic javax.management.j2ee.statistics.CountStatistic getExpiredSessionCount()
getExpiredSessionCount in interface StatefulSessionStoreStatspublic AverageRangeStatistic getActivatedBeanSize()
getActivatedBeanSize in interface StatefulSessionStoreStatspublic AverageRangeStatistic getActivationTime()
getActivationTime in interface StatefulSessionStoreStatspublic AverageRangeStatistic getPassivatedBeanSize()
getPassivatedBeanSize in interface StatefulSessionStoreStatspublic AverageRangeStatistic getPassivationTime()
getPassivationTime in interface StatefulSessionStoreStatsprotected void appendStats(StringBuilder sbuf)
protected static void appendTimeStatistic(StringBuilder sbuf, String name, MutableAverageRangeStatisticImpl stat)
Copyright © 2019. All rights reserved.