javax.management.j2ee.statistics
Interface EntityBeanStats

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

public interface EntityBeanStats
extends EJBStats (src)

Specifies statistics provided by entity beans.


Method Summary
 RangeStatistic (src) getPooledCount()
          Number of beans in the pooled state.
 RangeStatistic (src) getReadyCount()
          Number of beans in the 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

getReadyCount

public RangeStatistic (src)  getReadyCount()
Number of beans in the ready state.


getPooledCount

public RangeStatistic (src)  getPooledCount()
Number of beans in the pooled state.