com.ibm.websphere.management.statistics
Interface EJBStats

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

public interface EJBStats
extends Stats


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

Method Detail

getCreateCount

public CountStatistic getCreateCount()

getRemoveCount

public CountStatistic getRemoveCount()