javax.management.j2ee.statistics
Interface JCAConnectionPoolStats

All Superinterfaces:
JCAConnectionStats (src) , Stats (src)
All Known Implementing Classes:
JCAConnectionPoolStatsImpl (src)

public interface JCAConnectionPoolStats
extends JCAConnectionStats (src)

Specifies the statistics provided by a JCA Connection Pool


Method Summary
 CountStatistic (src) getCloseCount()
          The number of connections closed
 CountStatistic (src) getCreateCount()
          The number of connections created
 BoundedRangeStatistic (src) getFreePoolSize()
          The number of free connections in the pool
 BoundedRangeStatistic (src) getPoolSize()
          The size of the connection pool
 RangeStatistic (src) getWaitingThreadCount()
          The number of threads waiting for a connection
 
Methods inherited from interface javax.management.j2ee.statistics.JCAConnectionStats (src)
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTime
 
Methods inherited from interface javax.management.j2ee.statistics.Stats (src)
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getCloseCount

public CountStatistic (src)  getCloseCount()
The number of connections closed


getCreateCount

public CountStatistic (src)  getCreateCount()
The number of connections created


getFreePoolSize

public BoundedRangeStatistic (src)  getFreePoolSize()
The number of free connections in the pool


getPoolSize

public BoundedRangeStatistic (src)  getPoolSize()
The size of the connection pool


getWaitingThreadCount

public RangeStatistic (src)  getWaitingThreadCount()
The number of threads waiting for a connection

Returns:
BoundedRangeStatistic