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