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