org.apache.activemq.management
Class JCAConnectionPoolStatsImpl
java.lang.Object
org.apache.activemq.management.StatisticImpl
org.apache.activemq.management.StatsImpl
org.apache.activemq.management.JCAConnectionStatsImpl
org.apache.activemq.management.JCAConnectionPoolStatsImpl
- All Implemented Interfaces:
- javax.management.j2ee.statistics.Statistic, javax.management.j2ee.statistics.Stats, Resettable
public class JCAConnectionPoolStatsImpl
- extends JCAConnectionStatsImpl
Statistics for a JCA connection pool
Methods inherited from class org.apache.activemq.management.StatisticImpl |
appendFieldDescription, getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, setDoReset, setEnabled, toString, updateSampleTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JCAConnectionPoolStatsImpl
public JCAConnectionPoolStatsImpl(java.lang.String connectionFactory,
java.lang.String managedConnectionFactory,
TimeStatisticImpl waitTime,
TimeStatisticImpl useTime,
CountStatisticImpl closeCount,
CountStatisticImpl createCount,
BoundedRangeStatisticImpl freePoolSize,
BoundedRangeStatisticImpl poolSize,
RangeStatisticImpl waitingThreadCount)
getCloseCount
public CountStatisticImpl getCloseCount()
getCreateCount
public CountStatisticImpl getCreateCount()
getFreePoolSize
public BoundedRangeStatisticImpl getFreePoolSize()
getPoolSize
public BoundedRangeStatisticImpl getPoolSize()
getWaitingThreadCount
public RangeStatisticImpl getWaitingThreadCount()
Copyright © 2005-2012. All Rights Reserved.