org.apache.geronimo.management.stats
Class JCAConnectionPoolStatsImpl
java.lang.Object
org.apache.geronimo.management.stats.StatsImpl
org.apache.geronimo.management.stats.JCAConnectionStatsImpl
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCAConnectionPoolStatsImpl
public JCAConnectionPoolStatsImpl()
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-2007 Apache Software Foundation. All Rights Reserved.