javax.management.j2ee.statistics
Interface JCAConnectionPoolStats

All Superinterfaces:
JCAConnectionStats, Stats

public interface JCAConnectionPoolStats
extends JCAConnectionStats

The JCAConnectionPoolStats interface specifies the statistics provided by a JCA connection pool.

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

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

Method Detail

getCloseCount

public CountStatistic getCloseCount()
Returns the number of connections closed.

Returns:
The close count

getCreateCount

public CountStatistic getCreateCount()
Returns the number of connections created.

Returns:
The create count

getFreePoolSize

public BoundedRangeStatistic getFreePoolSize()
Returns the number of free connections in the pool.

Returns:
The free pool size

getPoolSize

public BoundedRangeStatistic getPoolSize()
Returns the size of the connection pool.

Returns:
The pool size

getWaitingThreadCount

public RangeStatistic getWaitingThreadCount()
Returns the number of threads waiting for a connection.

Returns:
The waiting thread count


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.