org.apache.geronimo.management.stats
Class JCAConnectionPoolStatsImpl

java.lang.Object
  extended by org.apache.geronimo.management.stats.StatsImpl
      extended by org.apache.geronimo.management.stats.JCAConnectionStatsImpl
          extended by org.apache.geronimo.management.stats.JCAConnectionPoolStatsImpl
All Implemented Interfaces:
Serializable, JCAConnectionPoolStats, JCAConnectionStats, Stats

public class JCAConnectionPoolStatsImpl
extends JCAConnectionStatsImpl
implements JCAConnectionPoolStats

Geronimo implementation of the JSR-77 JCAConnectionPoolStats interface.

See Also:
Serialized Form

Constructor Summary
JCAConnectionPoolStatsImpl()
           
 
Method Summary
 CountStatistic getCloseCount()
           
 CountStatistic getCreateCount()
           
 BoundedRangeStatistic getFreePoolSize()
           
 BoundedRangeStatistic getPoolSize()
           
 RangeStatistic getWaitingThreadCount()
           
 
Methods inherited from class org.apache.geronimo.management.stats.JCAConnectionStatsImpl
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTime
 
Methods inherited from class org.apache.geronimo.management.stats.StatsImpl
addStat, getStatistic, getStatisticNames, getStatistics, removeStat, setLastSampleTime, setStartTime, setStartTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.management.j2ee.statistics.JCAConnectionStats
getConnectionFactory, getManagedConnectionFactory, getUseTime, getWaitTime
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

JCAConnectionPoolStatsImpl

public JCAConnectionPoolStatsImpl()
Method Detail

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 © 2003-2008 The Apache Geronimo development community. All Rights Reserved.