Save This Page
Home » openjdk-7 » javax » management » j2ee » statistics » [javadoc | source]
javax.management.j2ee.statistics
public interface: EntityBeanStats [javadoc | source]

All Implemented Interfaces:
    EJBStats

Specifies statistics provided by entity beans.
Method from javax.management.j2ee.statistics.EntityBeanStats Summary:
getPooledCount,   getReadyCount
Method from javax.management.j2ee.statistics.EntityBeanStats Detail:
 public RangeStatistic getPooledCount()
    Number of beans in the pooled state.
 public RangeStatistic getReadyCount()
    Number of beans in the ready state.