javax.management.j2ee.statistics
Interface JCAConnectionPoolStats
- All Superinterfaces:
- JCAConnectionStats, Stats
public interface JCAConnectionPoolStats
- extends JCAConnectionStats
Specifies the statistics provided by a JCA Connection Pool.
- Author:
- Guillaume Sauthier
getCloseCount
CountStatistic getCloseCount()
- Returns:
- The number of connections closed.
getCreateCount
CountStatistic getCreateCount()
- Returns:
- The number of connections created.
getFreePoolSize
BoundedRangeStatistic getFreePoolSize()
- Returns:
- The number of free connections in the pool.
getPoolSize
BoundedRangeStatistic getPoolSize()
- Returns:
- The size of the connection pool.
getWaitingThreadCount
RangeStatistic getWaitingThreadCount()
- Returns:
- The number of threads waiting for a connection.
Copyright © 2007 OW2 Consortium. All Rights Reserved.