javax.management.j2ee.statistics
Interface StatefulSessionBeanStats

All Superinterfaces:
EJBStats (src) , SessionBeanStats (src) , Stats (src)
All Known Implementing Classes:
StatefulSessionBeanStatsImpl (src)

public interface StatefulSessionBeanStats
extends SessionBeanStats (src)

Specifies the statistics provided by a stateful session bean.


Method Summary
 RangeStatistic (src) getPassiveCount()
          Number of beans that are in the passive state.
 
Methods inherited from interface javax.management.j2ee.statistics.SessionBeanStats (src)
getMethodReadyCount
 
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

getPassiveCount

public RangeStatistic (src)  getPassiveCount()
Number of beans that are in the passive state.