public interface EJBPoolStats extends javax.management.j2ee.statistics.Stats
| Modifier and Type | Method and Description |
|---|---|
javax.management.j2ee.statistics.CountStatistic |
getJmsMaxMessagesLoad()
Returns the maximum number of messages to load into a JMS session, at a time, as a CountStatistic.
|
javax.management.j2ee.statistics.BoundedRangeStatistic |
getNumBeansInPool()
Returns the statistical information about the number of EJBs in the associated pool, as an instance of BoundedRangeStatistic.
|
javax.management.j2ee.statistics.BoundedRangeStatistic |
getNumThreadsWaiting()
Returns the number of threads waiting for free Beans, as an instance of CountStatistic.
|
javax.management.j2ee.statistics.CountStatistic |
getTotalBeansCreated()
Returns the number of Beans created in associated pool so far over time, since the gathering of data started, as a CountStatistic.
|
javax.management.j2ee.statistics.CountStatistic |
getTotalBeansDestroyed()
Returns the number of Beans destroyed from associated pool so far over time, since the gathering of data started, as a CountStatistic.
|
getStatistic, getStatisticNames, getStatisticsjavax.management.j2ee.statistics.BoundedRangeStatistic getNumBeansInPool()
BoundedRangeStatisticjavax.management.j2ee.statistics.BoundedRangeStatistic getNumThreadsWaiting()
BoundedRangeStatisticjavax.management.j2ee.statistics.CountStatistic getTotalBeansCreated()
CountStatisticjavax.management.j2ee.statistics.CountStatistic getTotalBeansDestroyed()
CountStatisticjavax.management.j2ee.statistics.CountStatistic getJmsMaxMessagesLoad()
CountStatisticCopyright © 2019. All rights reserved.