com.ibm.websphere.management.statistics
Interface EJBStats

All Superinterfaces:
Stats
All Known Subinterfaces:
EntityBeanStats, MessageBeanStats, SessionBeanStats, StatefulSessionBeanStats, StatelessSessionBeanStats

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.