org.codehaus.activemq.management
Class JCAConnectionStatsImpl
java.lang.Object
org.codehaus.activemq.management.StatsImpl
org.codehaus.activemq.management.JCAConnectionStatsImpl
- All Implemented Interfaces:
- JCAConnectionStats, Resettable, Stats
- Direct Known Subclasses:
- JCAConnectionPoolStatsImpl
- public class JCAConnectionStatsImpl
- extends StatsImpl
- implements JCAConnectionStats
Statistics for a JCA connection
- Version:
- $Revision: 1.2 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCAConnectionStatsImpl
public JCAConnectionStatsImpl(String connectionFactory,
String managedConnectionFactory,
TimeStatistic waitTime,
TimeStatistic useTime)
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 © 2004 Protique, Ltd.. All Rights Reserved.