org.apache.geronimo.management.stats
Class JDBCConnectionStatsImpl
java.lang.Object
org.apache.geronimo.management.stats.StatsImpl
org.apache.geronimo.management.stats.JDBCConnectionStatsImpl
- All Implemented Interfaces:
- Serializable, JDBCConnectionStats, Stats
- Direct Known Subclasses:
- JDBCConnectionPoolStatsImpl
public class JDBCConnectionStatsImpl
- extends StatsImpl
- implements JDBCConnectionStats
Geronimo implementation of the JSR-77 JDBCConnectionStats interface.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCConnectionStatsImpl
public JDBCConnectionStatsImpl()
getJdbcDataSource
public String getJdbcDataSource()
- Specified by:
getJdbcDataSource
in interface JDBCConnectionStats
getWaitTime
public TimeStatistic getWaitTime()
- Specified by:
getWaitTime
in interface JDBCConnectionStats
getUseTime
public TimeStatistic getUseTime()
- Specified by:
getUseTime
in interface JDBCConnectionStats
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.