org.apache.geronimo.management.stats
Class JCAStatsImpl
java.lang.Object
org.apache.geronimo.management.stats.StatsImpl
org.apache.geronimo.management.stats.JCAStatsImpl
- All Implemented Interfaces:
- Serializable, JCAStats, Stats
public class JCAStatsImpl
- extends StatsImpl
- implements JCAStats
Geronimo implementation of the JSR-77 JCAStats interface.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCAStatsImpl
public JCAStatsImpl()
getConnections
public JCAConnectionStats[] getConnections()
- Specified by:
getConnections
in interface JCAStats
getConnectionPools
public JCAConnectionPoolStats[] getConnectionPools()
- Specified by:
getConnectionPools
in interface JCAStats
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.