Package 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:
Resettable,Statistic,Stats
Statistics for a JCA connection pool
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionJCAConnectionPoolStatsImpl(String connectionFactory, String managedConnectionFactory, TimeStatisticImpl waitTime, TimeStatisticImpl useTime, CountStatisticImpl closeCount, CountStatisticImpl createCount, BoundedRangeStatisticImpl freePoolSize, BoundedRangeStatisticImpl poolSize, RangeStatisticImpl waitingThreadCount) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.activemq.management.JCAConnectionStatsImpl
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTimeMethods inherited from class org.apache.activemq.management.StatsImpl
addStatistic, addStatistics, getStatistic, getStatisticNames, getStatistics, removeStatistics, resetMethods inherited from class org.apache.activemq.management.StatisticImpl
appendFieldDescription, getDescription, getLastSampleTime, getName, getStartTime, getUnit, isDoReset, isEnabled, setDoReset, setEnabled, toString, updateSampleTime
-
Constructor Details
-
JCAConnectionPoolStatsImpl
public JCAConnectionPoolStatsImpl(String connectionFactory, String managedConnectionFactory, TimeStatisticImpl waitTime, TimeStatisticImpl useTime, CountStatisticImpl closeCount, CountStatisticImpl createCount, BoundedRangeStatisticImpl freePoolSize, BoundedRangeStatisticImpl poolSize, RangeStatisticImpl waitingThreadCount)
-
-
Method Details
-
getCloseCount
-
getCreateCount
-
getFreePoolSize
-
getPoolSize
-
getWaitingThreadCount
-