IBM WebSphere Application ServerTM
Release 8

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

public interface JCAStats
extends Stats


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

Method Detail

getConnections

JCAConnectionStats[] getConnections()
Deprecated. 

getConnectionPools

JCAConnectionPoolStats[] getConnectionPools()
Deprecated. 

IBM WebSphere Application ServerTM
Release 8