|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.activemq.management.StatisticImpl
org.activemq.management.StatsImpl
org.activemq.management.JCAConnectionStatsImpl
org.activemq.management.JCAConnectionPoolStatsImpl
public class JCAConnectionPoolStatsImpl
Statistics for a JCA connection pool
Constructor Summary | |
---|---|
JCAConnectionPoolStatsImpl(String connectionFactory,
String managedConnectionFactory,
TimeStatisticImpl waitTime,
TimeStatisticImpl useTime,
CountStatisticImpl closeCount,
CountStatisticImpl createCount,
BoundedRangeStatisticImpl freePoolSize,
BoundedRangeStatisticImpl poolSize,
RangeStatisticImpl waitingThreadCount)
|
Methods inherited from class org.activemq.management.JCAConnectionStatsImpl |
---|
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTime |
Methods inherited from class org.activemq.management.StatsImpl |
---|
addStatistic, getStatistic, getStatisticNames, getStatistics, reset |
Methods inherited from class org.activemq.management.StatisticImpl |
---|
appendFieldDescription, getDescription, getLastSampleTime, getName, getStartTime, getUnit, toString, updateSampleTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JCAConnectionPoolStatsImpl(String connectionFactory, String managedConnectionFactory, TimeStatisticImpl waitTime, TimeStatisticImpl useTime, CountStatisticImpl closeCount, CountStatisticImpl createCount, BoundedRangeStatisticImpl freePoolSize, BoundedRangeStatisticImpl poolSize, RangeStatisticImpl waitingThreadCount)
Method Detail |
---|
public CountStatisticImpl getCloseCount()
public CountStatisticImpl getCreateCount()
public BoundedRangeStatisticImpl getFreePoolSize()
public BoundedRangeStatisticImpl getPoolSize()
public RangeStatisticImpl getWaitingThreadCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |