org.apache.geronimo.management.stats
Class JDBCConnectionPoolStatsImpl
java.lang.Object
org.apache.geronimo.management.stats.StatsImpl
org.apache.geronimo.management.stats.JDBCConnectionStatsImpl
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCConnectionPoolStatsImpl
public JDBCConnectionPoolStatsImpl()
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.