com.sun.ejb.base.stats
Class StatefulSessionBeanStatsImpl
java.lang.Object
com.sun.ejb.base.stats.StatsImpl
com.sun.ejb.base.stats.EJBStatsImpl
com.sun.ejb.base.stats.SessionBeanStatsImpl
com.sun.ejb.base.stats.StatefulSessionBeanStatsImpl
- All Implemented Interfaces:
- EJBStats, SessionBeanStats, StatefulSessionBeanStats, Stats
public class StatefulSessionBeanStatsImpl
- extends SessionBeanStatsImpl
- implements StatefulSessionBeanStats
A Class for providing stats for Stateful Container.
- Author:
- Mahesh Kannan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sfsbDelegate
protected StatefulSessionBeanStatsProvider sfsbDelegate
StatefulSessionBeanStatsImpl
public StatefulSessionBeanStatsImpl(StatefulSessionBeanStatsProvider delegate)
initSessionStats
protected void initSessionStats()
- Overrides:
initSessionStats in class SessionBeanStatsImpl
getPassiveCount
public RangeStatistic getPassiveCount()
- Specified by:
getPassiveCount in interface StatefulSessionBeanStats
getMaxReadyCount
protected int getMaxReadyCount()
- Specified by:
getMaxReadyCount in class SessionBeanStatsImpl
getMinReadyCount
protected int getMinReadyCount()
- Specified by:
getMinReadyCount in class SessionBeanStatsImpl
Copyright © 2012 GlassFish Community. All Rights Reserved.