com.sun.ejb.base.stats
Class StatelessSessionBeanStatsImpl
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.StatelessSessionBeanStatsImpl
- All Implemented Interfaces:
- EJBStats, SessionBeanStats, StatelessSessionBeanStats, Stats
public class StatelessSessionBeanStatsImpl
- extends SessionBeanStatsImpl
- implements StatelessSessionBeanStats
A Class for providing stats for Stateless Container.
Used by both Entity and Stateful Container
- Author:
- Mahesh Kannan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatelessSessionBeanStatsImpl
public StatelessSessionBeanStatsImpl(StatelessSessionBeanStatsProvider delegate)
initSessionStats
protected void initSessionStats()
- Overrides:
initSessionStats in class SessionBeanStatsImpl
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.