org.activemq.management
Class JCAStatsImpl

java.lang.Object
  extended by org.activemq.management.StatisticImpl
      extended by org.activemq.management.StatsImpl
          extended by org.activemq.management.JCAStatsImpl
All Implemented Interfaces:
Statistic, Stats, Resettable

public class JCAStatsImpl
extends StatsImpl

Statistics for a number of JCA connections and connection pools

Version:
$Revision: 1.1.1.1 $

Constructor Summary
JCAStatsImpl(JCAConnectionStatsImpl[] connectionStats, JCAConnectionPoolStatsImpl[] connectionPoolStats)
           
 
Method Summary
 JCAConnectionPoolStatsImpl[] getConnectionPools()
           
 JCAConnectionStatsImpl[] getConnections()
           
 
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

JCAStatsImpl

public JCAStatsImpl(JCAConnectionStatsImpl[] connectionStats,
                    JCAConnectionPoolStatsImpl[] connectionPoolStats)
Method Detail

getConnections

public JCAConnectionStatsImpl[] getConnections()

getConnectionPools

public JCAConnectionPoolStatsImpl[] getConnectionPools()


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