Home » openjdk-7 » javax » management » j2ee » [javadoc | source]
javax.management.j2ee
public interface: EJBStats [javadoc | source]

All Implemented Interfaces:
    Stats

All Known Implementing Classes:
    EntityBeanStats, MessageDrivenBeanStats, StatefulSessionBeanStats, StatelessSessionBeanStats, SessionBeanStats

Specifies statistics provided by all EJB component types.
Method from javax.management.j2ee.EJBStats Summary:
getCreateCount,   getRemoveCount
Method from javax.management.j2ee.EJBStats Detail:
 public CountStatistic getCreateCount()
 public CountStatistic getRemoveCount()