IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.management.statistics
Interface EJBStats

All Superinterfaces:
Stats
All Known Subinterfaces:
EntityBeanStats, MessageBeanStats, SessionBeanStats, StatefulSessionBeanStats, StatelessSessionBeanStats
All Known Implementing Classes:
EJBStatsImpl, EntityBeanStatsImpl, MessageBeanStatsImpl, SessionBeanStatsImpl, StatefulSessionBeanStatsImpl, StatelessSessionBeanStatsImpl

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

public interface EJBStats
extends Stats


Method Summary
 CountStatistic getCreateCount()
          Deprecated.  
 CountStatistic getRemoveCount()
          Deprecated.  
 
Methods inherited from interface com.ibm.websphere.management.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getCreateCount

CountStatistic getCreateCount()
Deprecated. 

getRemoveCount

CountStatistic getRemoveCount()
Deprecated. 

IBM WebSphere Application ServerTM
Release 8