|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.ejb.base.stats.StatsImpl
com.sun.ejb.base.stats.StatefulSessionStoreStatsImpl
public class StatefulSessionStoreStatsImpl
Implementation of StatefulSessionStoreStats There is once instance of this class per StatefulEJBContainer
| Field Summary |
|---|
| Fields inherited from class com.sun.ejb.base.stats.StatsImpl |
|---|
_logger, monitorOn, registered |
| Constructor Summary | |
|---|---|
|
StatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider)
|
protected |
StatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider,
String intfName)
|
| Method Summary | |
|---|---|
protected void |
appendStats(StringBuffer sbuf)
|
protected static void |
appendTimeStatistic(StringBuffer sbuf,
String name,
MutableAverageRangeStatisticImpl stat)
|
AverageRangeStatistic |
getActivatedBeanSize()
Returns the total number of bytes activated by this store including total, min, maximum |
CountStatistic |
getActivationCount()
Returns the total number of sessions activated from the store |
CountStatistic |
getActivationErrorCount()
Returns the total number of sessions that couldn't 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 including total, min, max |
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 this store |
AverageRangeStatistic |
getPassivatedBeanSize()
Returns the total number of bytes passivated by this store including total, min, maximum |
CountStatistic |
getPassivationCount()
Returns the total number of sessions passivated using this store |
CountStatistic |
getPassivationErrorCount()
Returns the total number of sessions that couldn't be Passivated using the store |
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()
|
| Methods inherited from class com.sun.ejb.base.stats.StatsImpl |
|---|
getStatistic, getStatisticNames, getStatistics, initialize, statToString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.glassfish.j2ee.statistics.Stats |
|---|
getStatistic, getStatisticNames, getStatistics |
| Constructor Detail |
|---|
public StatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider)
protected StatefulSessionStoreStatsImpl(MonitorableSFSBStoreManager provider,
String intfName)
| Method Detail |
|---|
protected void initialize()
public RangeStatistic getCurrentSize()
getCurrentSize in interface StatefulSessionStoreStatspublic CountStatistic getActivationCount()
getActivationCount in interface StatefulSessionStoreStatspublic CountStatistic getActivationSuccessCount()
getActivationSuccessCount in interface StatefulSessionStoreStatspublic CountStatistic getActivationErrorCount()
getActivationErrorCount in interface StatefulSessionStoreStatspublic CountStatistic getPassivationCount()
getPassivationCount in interface StatefulSessionStoreStatspublic CountStatistic getPassivationSuccessCount()
getPassivationSuccessCount in interface StatefulSessionStoreStatspublic CountStatistic getPassivationErrorCount()
getPassivationErrorCount in interface StatefulSessionStoreStatspublic 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(StringBuffer sbuf)
protected static void appendTimeStatistic(StringBuffer sbuf,
String name,
MutableAverageRangeStatisticImpl stat)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||