javax.management.j2ee.statistics
public interface JDBCConnectionPoolStats extends JDBCConnectionStats
| Method Summary | |
|---|---|
| CountStatistic | getCloseCount() |
| CountStatistic | getCreateCount() |
| BoundedRangeStatistic | getFreePoolSize() |
| BoundedRangeStatistic | getPoolSize() |
| RangeStatistic | getWaitingThreadCount() |