com.sun.ejb.base.stats
Class StatefulSessionBeanStatsImpl

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.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

Field Summary
protected  StatefulSessionBeanStatsProvider sfsbDelegate
           
 
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
StatefulSessionBeanStatsImpl(StatefulSessionBeanStatsProvider delegate)
           
 
Method Summary
protected  int getMaxReadyCount()
           
protected  int getMinReadyCount()
           
 RangeStatistic getPassiveCount()
           
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
 

Field Detail

sfsbDelegate

protected StatefulSessionBeanStatsProvider sfsbDelegate
Constructor Detail

StatefulSessionBeanStatsImpl

public StatefulSessionBeanStatsImpl(StatefulSessionBeanStatsProvider delegate)
Method Detail

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.