Home » openjdk-7 » javax » management » j2ee » [javadoc | source]
javax.management.j2ee
public interface: JDBCConnectionPoolStats [javadoc | source]

All Implemented Interfaces:
    JDBCConnectionStats

Represents the statistics provided by a JDBC connection pool
Method from javax.management.j2ee.JDBCConnectionPoolStats Summary:
getCloseCount,   getCreateCount,   getFreePoolSize,   getPoolSize,   getWaitingThreadCount
Method from javax.management.j2ee.JDBCConnectionPoolStats Detail:
 public CountStatistic getCloseCount()
 public CountStatistic getCreateCount()
 public BoundedRangeStatistic getFreePoolSize()
 public BoundedRangeStatistic getPoolSize()
 public RangeStatistic getWaitingThreadCount()