com.ibm.websphere.management.statistics

Interface JCAStats

All Superinterfaces:
Stats
All known implementing classes:
JCAStatsImpl

Deprecated. As of 6.0, replaced with javax.management.j2ee.statistics.JCAStats
  1. public interface JCAStats
  2. extends Stats

Method Summary

Modifier and Type Method and Description
  1. JCAConnectionPoolStats[]
getConnectionPools()
Deprecated.
  1. JCAConnectionStats[]
getConnections()
Deprecated.
Methods inherited from interface com.ibm.websphere.management.statistics.Stats
getStatistic, getStatisticNames, getStatistics

Method Detail

getConnections

  1. JCAConnectionStats[] getConnections( )
Deprecated.

getConnectionPools

  1. JCAConnectionPoolStats[] getConnectionPools( )
Deprecated.