javax.management.j2ee.statistics
Interface JCAConnectionPoolStats

All Superinterfaces:
JCAConnectionStats, Stats

public interface JCAConnectionPoolStats
extends JCAConnectionStats

Version:
$Rev: 467553 $

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()

getCreateCount

CountStatistic getCreateCount()

getFreePoolSize

BoundedRangeStatistic getFreePoolSize()

getPoolSize

BoundedRangeStatistic getPoolSize()

getWaitingThreadCount

RangeStatistic getWaitingThreadCount()