org.apache.geronimo.management.stats
Class JDBCStatsImpl

java.lang.Object
  extended by org.apache.geronimo.management.stats.StatsImpl
      extended by org.apache.geronimo.management.stats.JDBCStatsImpl
All Implemented Interfaces:
Serializable, JDBCStats, Stats

public class JDBCStatsImpl
extends StatsImpl
implements JDBCStats

Geronimo implementation of the JSR-77 JDBCStats interface.

See Also:
Serialized Form

Constructor Summary
JDBCStatsImpl()
           
 
Method Summary
 JDBCConnectionPoolStats[] getConnectionPools()
           
 JDBCConnectionStats[] getConnections()
           
 
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

JDBCStatsImpl

public JDBCStatsImpl()
Method Detail

getConnections

public JDBCConnectionStats[] getConnections()
Specified by:
getConnections in interface JDBCStats

getConnectionPools

public JDBCConnectionPoolStats[] getConnectionPools()
Specified by:
getConnectionPools in interface JDBCStats


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