public class JCAConnectionPoolStatsImpl extends JCAConnectionStatsImpl
enabled| Constructor and Description | 
|---|
| JCAConnectionPoolStatsImpl(String connectionFactory,
                          String managedConnectionFactory,
                          TimeStatisticImpl waitTime,
                          TimeStatisticImpl useTime,
                          CountStatisticImpl closeCount,
                          CountStatisticImpl createCount,
                          BoundedRangeStatisticImpl freePoolSize,
                          BoundedRangeStatisticImpl poolSize,
                          RangeStatisticImpl waitingThreadCount) | 
| Modifier and Type | Method and Description | 
|---|---|
| CountStatisticImpl | getCloseCount() | 
| CountStatisticImpl | getCreateCount() | 
| BoundedRangeStatisticImpl | getFreePoolSize() | 
| BoundedRangeStatisticImpl | getPoolSize() | 
| RangeStatisticImpl | getWaitingThreadCount() | 
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTimeaddStatistic, getStatistic, getStatisticNames, getStatistics, resetappendFieldDescription, getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, setDoReset, setEnabled, toString, updateSampleTimepublic JCAConnectionPoolStatsImpl(String connectionFactory, String managedConnectionFactory, TimeStatisticImpl waitTime, TimeStatisticImpl useTime, CountStatisticImpl closeCount, CountStatisticImpl createCount, BoundedRangeStatisticImpl freePoolSize, BoundedRangeStatisticImpl poolSize, RangeStatisticImpl waitingThreadCount)
public CountStatisticImpl getCloseCount()
public CountStatisticImpl getCreateCount()
public BoundedRangeStatisticImpl getFreePoolSize()
public BoundedRangeStatisticImpl getPoolSize()
public RangeStatisticImpl getWaitingThreadCount()
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.