org.apache.geronimo.management.stats
Class JDBCConnectionStatsImpl

java.lang.Object
  extended by org.apache.geronimo.management.stats.StatsImpl
      extended by 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

Constructor Summary
JDBCConnectionStatsImpl()
           
 
Method Summary
 String getJdbcDataSource()
           
 TimeStatistic getUseTime()
           
 TimeStatistic 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.Stats
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

JDBCConnectionStatsImpl

public JDBCConnectionStatsImpl()
Method Detail

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.