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
  1. public interface JCAConnectionStats
  2. extends Stats

Method Summary

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

Method Detail

getWaitTime

  1. TimeStatistic getWaitTime()
Deprecated.

getUseTime

  1. TimeStatistic getUseTime()
Deprecated.

getConnectionFactory

  1. javax.management.ObjectName getConnectionFactory( )
Deprecated.

getManagedConnectionFactory

  1. javax.management.ObjectName getManagedConnectionFactory( )
Deprecated.