javax.management.j2ee.statistics
Interface EJBStats

All Superinterfaces:
Stats (src)
All Known Subinterfaces:
EntityBeanStats (src) , MessageDrivenBeanStats (src) , SessionBeanStats (src) , StatefulSessionBeanStats (src) , StatelessSessionBeanStats (src)
All Known Implementing Classes:
EJBStatsImpl (src) , EntityBeanStatsImpl (src) , MessageDrivenBeanStatsImpl (src) , StatefulSessionBeanStatsImpl (src) , StatelessSessionBeanStatsImpl (src)

public interface EJBStats
extends Stats (src)

Specifies statistics provided by all EJB component types.


Method Summary
 CountStatistic (src) getCreateCount()
          Number of times create was called.
 CountStatistic (src) getRemoveCount()
          Number of times remove was called.
 
Methods inherited from interface javax.management.j2ee.statistics.Stats (src)
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getCreateCount

public CountStatistic (src)  getCreateCount()
Number of times create was called.


getRemoveCount

public CountStatistic (src)  getRemoveCount()
Number of times remove was called.