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

JCAConnectionPoolStats

public interface JCAConnectionPoolStats implements JCAConnectionStats
Specifies the statistics provided by a JCA Connection Pool

Fields Summary
Constructors Summary
Methods Summary
public CountStatisticgetCloseCount()
The number of connections closed

return
CountStatistic

public CountStatisticgetCreateCount()
The number of connections created

return
CountStatistic

public BoundedRangeStatisticgetFreePoolSize()
The number of free connections in the pool

return
BoundedRangeStatistic

public BoundedRangeStatisticgetPoolSize()
The size of the connection pool

return
BoundedRangeStatistic

public RangeStatisticgetWaitingThreadCount()
The number of threads waiting for a connection

return
BoundedRangeStatistic