javax.management.j2ee.statistics
Interface SessionBeanStats

All Superinterfaces:
EJBStats (src) , Stats (src)
All Known Subinterfaces:
StatefulSessionBeanStats (src) , StatelessSessionBeanStats (src)
All Known Implementing Classes:
StatefulSessionBeanStatsImpl (src) , StatelessSessionBeanStatsImpl (src)

public interface SessionBeanStats
extends EJBStats (src)

Specifies the statistics provided by session beans of both stateful and stateless types.


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

Method Detail

getMethodReadyCount

public RangeStatistic (src)  getMethodReadyCount()
Number of beans in the method-ready state.