com.sun.ejb.base.stats
Class StatelessSessionBeanStatsImpl

java.lang.Object
  extended by com.sun.ejb.base.stats.StatsImpl
      extended by com.sun.ejb.base.stats.EJBStatsImpl
          extended by com.sun.ejb.base.stats.SessionBeanStatsImpl
              extended by 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

Field Summary
 
Fields inherited from class com.sun.ejb.base.stats.SessionBeanStatsImpl
sessionDelegate
 
Fields inherited from class com.sun.ejb.base.stats.EJBStatsImpl
delegate
 
Fields inherited from class com.sun.ejb.base.stats.StatsImpl
_logger, monitorOn, registered
 
Constructor Summary
StatelessSessionBeanStatsImpl(StatelessSessionBeanStatsProvider delegate)
           
 
Method Summary
protected  int getMaxReadyCount()
           
protected  int getMinReadyCount()
           
protected  void initSessionStats()
           
 
Methods inherited from class com.sun.ejb.base.stats.SessionBeanStatsImpl
getMethodReadyCount
 
Methods inherited from class com.sun.ejb.base.stats.EJBStatsImpl
getCreateCount, getRemoveCount
 
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.SessionBeanStats
getMethodReadyCount
 
Methods inherited from interface org.glassfish.j2ee.statistics.EJBStats
getCreateCount, getRemoveCount
 
Methods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

StatelessSessionBeanStatsImpl

public StatelessSessionBeanStatsImpl(StatelessSessionBeanStatsProvider delegate)
Method Detail

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.