org.jboss.management.j2ee.statistics
Class StatefulSessionBeanStatsImpl

java.lang.Object
  extended byorg.jboss.management.j2ee.statistics.StatsBase (src) 
      extended byorg.jboss.management.j2ee.statistics.EJBStatsImpl (src) 
          extended byorg.jboss.management.j2ee.statistics.StatefulSessionBeanStatsImpl
All Implemented Interfaces:
EJBStats (src) , java.io.Serializable, SessionBeanStats (src) , StatefulSessionBeanStats (src) , Stats (src)

public class StatefulSessionBeanStatsImpl
extends EJBStatsImpl (src)
implements StatefulSessionBeanStats (src)

The JSR77.6.11 EJBStats implementation

See Also:
Serialized Form

Constructor Summary
StatefulSessionBeanStatsImpl()
           
 
Method Summary
 RangeStatistic (src) getMethodReadyCount()
          Number of beans in the method-ready state.
 RangeStatistic (src) getPassiveCount()
          Number of beans that are in the passive state.
 
Methods inherited from class org.jboss.management.j2ee.statistics.EJBStatsImpl (src)
getCreateCount, getRemoveCount
 
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase (src)
addStatistic, getStatistic, getStatisticNames, getStatistics, reset, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.management.j2ee.statistics.EJBStats (src)
getCreateCount, getRemoveCount
 
Methods inherited from interface javax.management.j2ee.statistics.Stats (src)
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

StatefulSessionBeanStatsImpl

public StatefulSessionBeanStatsImpl()
Method Detail

getMethodReadyCount

public RangeStatistic (src)  getMethodReadyCount()
Description copied from interface: SessionBeanStats (src)
Number of beans in the method-ready state.

Specified by:
getMethodReadyCount in interface SessionBeanStats (src)

getPassiveCount

public RangeStatistic (src)  getPassiveCount()
Description copied from interface: StatefulSessionBeanStats (src)
Number of beans that are in the passive state.

Specified by:
getPassiveCount in interface StatefulSessionBeanStats (src)