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