com.sun.ejb.base.stats
Class SessionBeanStatsImpl
java.lang.Object
com.sun.ejb.base.stats.StatsImpl
com.sun.ejb.base.stats.EJBStatsImpl
com.sun.ejb.base.stats.SessionBeanStatsImpl
- All Implemented Interfaces:
- EJBStats, SessionBeanStats, Stats
- Direct Known Subclasses:
- StatefulSessionBeanStatsImpl, StatelessSessionBeanStatsImpl
public abstract class SessionBeanStatsImpl
- extends EJBStatsImpl
- implements SessionBeanStats
A Class for providing stats for both Stateless and Stateful Containers.
- Author:
- Mahesh Kannan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sessionDelegate
protected SessionBeanStatsProvider sessionDelegate
SessionBeanStatsImpl
public SessionBeanStatsImpl(SessionBeanStatsProvider delegate,
String intfName)
initSessionStats
protected void initSessionStats()
getMethodReadyCount
public RangeStatistic getMethodReadyCount()
- Specified by:
getMethodReadyCount in interface SessionBeanStats
getMaxReadyCount
protected abstract int getMaxReadyCount()
getMinReadyCount
protected abstract int getMinReadyCount()
Copyright © 2012 GlassFish Community. All Rights Reserved.