org.jboss.management.j2ee.statistics
Class StatelessSessionBeanStatsImpl

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.StatelessSessionBeanStatsImpl
All Implemented Interfaces:
EJBStats (src) , java.io.Serializable, SessionBeanStats (src) , StatelessSessionBeanStats (src) , Stats (src)

public class StatelessSessionBeanStatsImpl
extends EJBStatsImpl (src)
implements StatelessSessionBeanStats (src)

The JSR77.6.14 StatlessBeanStats implementation

See Also:
Serialized Form

Constructor Summary
StatelessSessionBeanStatsImpl()
           
 
Method Summary
 RangeStatistic (src) getMethodReadyCount()
          Number of beans in the method-ready 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

StatelessSessionBeanStatsImpl

public StatelessSessionBeanStatsImpl()
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)