javax.management.j2ee.statistics
Interface JCAConnectionPoolStats

All Superinterfaces:
JCAConnectionStats, Stats

public interface JCAConnectionPoolStats
extends JCAConnectionStats

Specifies the statistics provided by a JCA Connection Pool.

Author:
Guillaume Sauthier

Method Summary
 CountStatistic getCloseCount()
           
 CountStatistic getCreateCount()
           
 BoundedRangeStatistic getFreePoolSize()
           
 BoundedRangeStatistic getPoolSize()
           
 RangeStatistic getWaitingThreadCount()
           
 
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

CountStatistic getCloseCount()
Returns:
The number of connections closed.

getCreateCount

CountStatistic getCreateCount()
Returns:
The number of connections created.

getFreePoolSize

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

getPoolSize

BoundedRangeStatistic getPoolSize()
Returns:
The size of the connection pool.

getWaitingThreadCount

RangeStatistic getWaitingThreadCount()
Returns:
The number of threads waiting for a connection.


Copyright © 2007 OW2 Consortium. All Rights Reserved.