public interface EJBPoolStats extends Stats
| Modifier and Type | Method and Description |
|---|---|
CountStatistic |
getJmsMaxMessagesLoad()
Returns the maximum number of messages to load into a JMS session, at a time, as a CountStatistic.
|
BoundedRangeStatistic |
getNumBeansInPool()
Returns the statistical information about the number of EJBs in the associated pool, as an instance of BoundedRangeStatistic.
|
BoundedRangeStatistic |
getNumThreadsWaiting()
Returns the number of threads waiting for free Beans, as an instance of CountStatistic.
|
CountStatistic |
getTotalBeansCreated()
Returns the number of Beans created in associated pool so far over time, since the gathering of data started, as a CountStatistic.
|
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, getStatisticsBoundedRangeStatistic getNumBeansInPool()
BoundedRangeStatisticBoundedRangeStatistic getNumThreadsWaiting()
BoundedRangeStatisticCountStatistic getTotalBeansCreated()
CountStatisticCountStatistic getTotalBeansDestroyed()
CountStatisticCountStatistic getJmsMaxMessagesLoad()
CountStatisticCopyright © 2017–2019 Eclipse Foundation. All rights reserved.