Uses of Class
org.apache.activemq.management.BoundedRangeStatisticImpl
-
Packages that use BoundedRangeStatisticImpl Package Description org.apache.activemq.management An implementation of the J2EE Management API -
-
Uses of BoundedRangeStatisticImpl in org.apache.activemq.management
Methods in org.apache.activemq.management that return BoundedRangeStatisticImpl Modifier and Type Method Description BoundedRangeStatisticImpl
JCAConnectionPoolStatsImpl. getFreePoolSize()
BoundedRangeStatisticImpl
JCAConnectionPoolStatsImpl. getPoolSize()
Constructors in org.apache.activemq.management with parameters of type BoundedRangeStatisticImpl Constructor Description JCAConnectionPoolStatsImpl(String connectionFactory, String managedConnectionFactory, TimeStatisticImpl waitTime, TimeStatisticImpl useTime, CountStatisticImpl closeCount, CountStatisticImpl createCount, BoundedRangeStatisticImpl freePoolSize, BoundedRangeStatisticImpl poolSize, RangeStatisticImpl waitingThreadCount)
-