EntityBeanStatspublic interface EntityBeanStats implements EJBStatsSpecifies statistics provided by entity beans. |
Methods Summary |
---|
public RangeStatistic | getPooledCount()Number of beans in the pooled state.
| public RangeStatistic | getReadyCount()Number of beans in the ready state.
|
|