org.apache.geronimo.management.stats
Class JDBCConnectionPoolStatsImpl

java.lang.Object
  extended by org.apache.geronimo.management.stats.StatsImpl
      extended by org.apache.geronimo.management.stats.JDBCConnectionStatsImpl
          extended by org.apache.geronimo.management.stats.JDBCConnectionPoolStatsImpl
All Implemented Interfaces:
Serializable, JDBCConnectionPoolStats, JDBCConnectionStats, Stats

public class JDBCConnectionPoolStatsImpl
extends JDBCConnectionStatsImpl
implements JDBCConnectionPoolStats

Geronimo implementation of the JSR-77 JDBCConnectionPoolStats interface.

See Also:
Serialized Form

Constructor Summary
JDBCConnectionPoolStatsImpl()
           
 
Method Summary
 CountStatistic getCloseCount()
           
 CountStatistic getCreateCount()
           
 BoundedRangeStatistic getFreePoolSize()
           
 BoundedRangeStatistic getPoolSize()
           
 RangeStatistic getWaitingThreadCount()
           
 
Methods inherited from class org.apache.geronimo.management.stats.JDBCConnectionStatsImpl
getJdbcDataSource, getUseTime, getWaitTime
 
Methods inherited from class org.apache.geronimo.management.stats.StatsImpl
addStat, getStatistic, getStatisticNames, getStatistics, removeStat, setLastSampleTime, 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.JDBCConnectionStats
getJdbcDataSource, getUseTime, getWaitTime
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

JDBCConnectionPoolStatsImpl

public JDBCConnectionPoolStatsImpl()
Method Detail

getCloseCount

public CountStatistic getCloseCount()
Specified by:
getCloseCount in interface JDBCConnectionPoolStats

getCreateCount

public CountStatistic getCreateCount()
Specified by:
getCreateCount in interface JDBCConnectionPoolStats

getFreePoolSize

public BoundedRangeStatistic getFreePoolSize()
Specified by:
getFreePoolSize in interface JDBCConnectionPoolStats

getPoolSize

public BoundedRangeStatistic getPoolSize()
Specified by:
getPoolSize in interface JDBCConnectionPoolStats

getWaitingThreadCount

public RangeStatistic getWaitingThreadCount()
Specified by:
getWaitingThreadCount in interface JDBCConnectionPoolStats


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.