IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.management.statistics
Interface JCAConnectionStats

All Superinterfaces:
Stats
All Known Subinterfaces:
JCAConnectionPoolStats
All Known Implementing Classes:
JCAConnectionPoolStatsImpl, JCAConnectionStatsImpl

Deprecated. As of 6.0, replaced with javax.management.j2ee.statistics.JCAConnectionStats

public interface JCAConnectionStats
extends Stats


Method Summary
 javax.management.ObjectName getConnectionFactory()
          Deprecated.  
 javax.management.ObjectName getManagedConnectionFactory()
          Deprecated.  
 TimeStatistic getUseTime()
          Deprecated.  
 TimeStatistic getWaitTime()
          Deprecated.  
 
Methods inherited from interface com.ibm.websphere.management.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getWaitTime

TimeStatistic getWaitTime()
Deprecated. 

getUseTime

TimeStatistic getUseTime()
Deprecated. 

getConnectionFactory

javax.management.ObjectName getConnectionFactory()
Deprecated. 

getManagedConnectionFactory

javax.management.ObjectName getManagedConnectionFactory()
Deprecated. 

IBM WebSphere Application ServerTM
Release 8