Package javax.management.j2ee.statistics
Interface EntityBeanStats
Specifies statistics provided by entity beans.
-
Method Summary
Modifier and TypeMethodDescriptionNumber of beans in the pooled state.Number of beans in the ready state.Methods inherited from interface javax.management.j2ee.statistics.EJBStats
getCreateCount, getRemoveCountMethods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
Method Details
-
getReadyCount
RangeStatistic getReadyCount()Number of beans in the ready state. -
getPooledCount
RangeStatistic getPooledCount()Number of beans in the pooled state.
-