Package javax.management.j2ee.statistics
Interface SessionBeanStats
- All Known Subinterfaces:
StatefulSessionBeanStats
,StatelessSessionBeanStats
Specifies the statistics provided by session beans of both stateful and stateless types.
-
Method Summary
Modifier and TypeMethodDescriptionNumber of beans in the method-ready state.Methods inherited from interface javax.management.j2ee.statistics.EJBStats
getCreateCount, getRemoveCount
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
Method Details
-
getMethodReadyCount
RangeStatistic getMethodReadyCount()Number of beans in the method-ready state.
-