javax.management.j2ee.statistics
Interface JDBCConnectionPoolStats

All Superinterfaces:
JDBCConnectionStats, Stats

public interface JDBCConnectionPoolStats
extends JDBCConnectionStats

Version:
$Rev: 46019 $

Method Summary
 CountStatistic getCloseCount()
           
 CountStatistic getCreateCount()
           
 BoundedRangeStatistic getFreePoolSize()
           
 BoundedRangeStatistic getPoolSize()
           
 RangeStatistic getWaitingThreadCount()
           
 
Methods inherited from interface javax.management.j2ee.statistics.JDBCConnectionStats
getJdbcDataSource, getUseTime, getWaitTime
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getCreateCount

CountStatistic getCreateCount()

getCloseCount

CountStatistic getCloseCount()

getPoolSize

BoundedRangeStatistic getPoolSize()

getFreePoolSize

BoundedRangeStatistic getFreePoolSize()

getWaitingThreadCount

RangeStatistic getWaitingThreadCount()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.