IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.management.statistics
Interface Stats

All Known Subinterfaces:
EJBStats, EntityBeanStats, JavaMailStats, JCAConnectionPoolStats, JCAConnectionStats, JCAStats, JDBCConnectionPoolStats, JDBCConnectionStats, JDBCStats, JMSConnectionStats, JMSConsumerStats, JMSEndpointStats, JMSProducerStats, JMSSessionStats, JMSStats, JTAStats, JVMStats, MessageBeanStats, ServletStats, SessionBeanStats, StatefulSessionBeanStats, StatelessSessionBeanStats, Stats, URLStats
All Known Implementing Classes:
EJBStatsImpl, EntityBeanStatsImpl, JCAConnectionPoolStatsImpl, JCAConnectionStatsImpl, JCAStatsImpl, JDBCConnectionPoolStatsImpl, JDBCConnectionStatsImpl, JDBCStatsImpl, JTAStatsImpl, JVMStatsImpl, MessageBeanStatsImpl, ServletStatsImpl, SessionBeanStatsImpl, StatefulSessionBeanStatsImpl, StatelessSessionBeanStatsImpl, StatsImpl

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

public interface Stats


Method Summary
 Statistic getStatistic(java.lang.String statisticName)
          Deprecated.  
 java.lang.String[] getStatisticNames()
          Deprecated.  
 Statistic[] getStatistics()
          Deprecated.  
 

Method Detail

getStatistic

Statistic getStatistic(java.lang.String statisticName)
Deprecated. 

getStatistics

Statistic[] getStatistics()
Deprecated. 

getStatisticNames

java.lang.String[] getStatisticNames()
Deprecated. 

IBM WebSphere Application ServerTM
Release 8