org.activemq.management
Class JCAConnectionPoolStatsImpl

java.lang.Object
  extended byorg.activemq.management.StatisticImpl
      extended byorg.activemq.management.StatsImpl
          extended byorg.activemq.management.JCAConnectionStatsImpl
              extended byorg.activemq.management.JCAConnectionPoolStatsImpl
All Implemented Interfaces:
Resettable, Statistic, Stats

public class JCAConnectionPoolStatsImpl
extends JCAConnectionStatsImpl

Statistics for a JCA connection pool

Version:
$Revision: 1.1.1.1 $

Constructor Summary
JCAConnectionPoolStatsImpl(String connectionFactory, String managedConnectionFactory, TimeStatisticImpl waitTime, TimeStatisticImpl useTime, CountStatisticImpl closeCount, CountStatisticImpl createCount, BoundedRangeStatisticImpl freePoolSize, BoundedRangeStatisticImpl poolSize, RangeStatisticImpl waitingThreadCount)
           
 
Method Summary
 CountStatisticImpl getCloseCount()
           
 CountStatisticImpl getCreateCount()
           
 BoundedRangeStatisticImpl getFreePoolSize()
           
 BoundedRangeStatisticImpl getPoolSize()
           
 RangeStatisticImpl getWaitingThreadCount()
           
 
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

JCAConnectionPoolStatsImpl

public JCAConnectionPoolStatsImpl(String connectionFactory,
                                  String managedConnectionFactory,
                                  TimeStatisticImpl waitTime,
                                  TimeStatisticImpl useTime,
                                  CountStatisticImpl closeCount,
                                  CountStatisticImpl createCount,
                                  BoundedRangeStatisticImpl freePoolSize,
                                  BoundedRangeStatisticImpl poolSize,
                                  RangeStatisticImpl waitingThreadCount)
Method Detail

getCloseCount

public CountStatisticImpl getCloseCount()

getCreateCount

public CountStatisticImpl getCreateCount()

getFreePoolSize

public BoundedRangeStatisticImpl getFreePoolSize()

getPoolSize

public BoundedRangeStatisticImpl getPoolSize()

getWaitingThreadCount

public RangeStatisticImpl getWaitingThreadCount()


Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.