FileDocCategorySizeDatePackage
JDBCConnectionPoolStats.javaAPI DocGlassfish v2 API2632Fri May 04 22:34:04 BST 2007javax.management.j2ee.statistics

JDBCConnectionPoolStats

public interface JDBCConnectionPoolStats implements JDBCConnectionStats
Specifies the statistics provided by a JDBC connection pool.

Fields Summary
Constructors Summary
Methods Summary
public CountStatisticgetCloseCount()
Number of connections closed.

public CountStatisticgetCreateCount()
Number of connections created.

public BoundedRangeStatisticgetFreePoolSize()
Number of free connections in the pool.

public BoundedRangeStatisticgetPoolSize()
Size of the connection pool.

public RangeStatisticgetWaitingThreadCount()
Number of threads waiting for a connection.