org.codehaus.activemq.management
Class JCAConnectionPoolStatsImpl
java.lang.Object
org.codehaus.activemq.management.StatsImpl
org.codehaus.activemq.management.JCAConnectionStatsImpl
org.codehaus.activemq.management.JCAConnectionPoolStatsImpl
- All Implemented Interfaces:
- JCAConnectionPoolStats, JCAConnectionStats, Resettable, Stats
- public class JCAConnectionPoolStatsImpl
- extends JCAConnectionStatsImpl
- implements JCAConnectionPoolStats
Statistics for a JCA connection pool
- Version:
- $Revision: 1.2 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCAConnectionPoolStatsImpl
public JCAConnectionPoolStatsImpl(String connectionFactory,
String managedConnectionFactory,
TimeStatistic waitTime,
TimeStatistic useTime,
CountStatistic closeCount,
CountStatistic createCount,
BoundedRangeStatistic freePoolSize,
BoundedRangeStatistic poolSize,
RangeStatistic waitingThreadCount)
getCloseCount
public CountStatistic getCloseCount()
- Specified by:
getCloseCount
in interface JCAConnectionPoolStats
getCreateCount
public CountStatistic getCreateCount()
- Specified by:
getCreateCount
in interface JCAConnectionPoolStats
getFreePoolSize
public BoundedRangeStatistic getFreePoolSize()
- Specified by:
getFreePoolSize
in interface JCAConnectionPoolStats
getPoolSize
public BoundedRangeStatistic getPoolSize()
- Specified by:
getPoolSize
in interface JCAConnectionPoolStats
getWaitingThreadCount
public RangeStatistic getWaitingThreadCount()
- Specified by:
getWaitingThreadCount
in interface JCAConnectionPoolStats
Copyright © 2004 Protique, Ltd.. All Rights Reserved.