public interface JCAConnectionPoolStats extends JCAConnectionStats
| Modifier and Type | Method and Description | 
|---|---|
CountStatistic | 
getCloseCount()
The number of connections closed 
 | 
CountStatistic | 
getCreateCount()
The number of connections created 
 | 
BoundedRangeStatistic | 
getFreePoolSize()
The number of free connections in the pool 
 | 
BoundedRangeStatistic | 
getPoolSize()
The size of the connection pool 
 | 
RangeStatistic | 
getWaitingThreadCount()
The number of threads waiting for a connection 
 | 
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTimegetStatistic, getStatisticNames, getStatisticsCountStatistic getCloseCount()
CountStatistic getCreateCount()
BoundedRangeStatistic getFreePoolSize()
BoundedRangeStatistic getPoolSize()
RangeStatistic getWaitingThreadCount()
Copyright © 2018 JBoss by Red Hat. All rights reserved.