Interface EntityBeanStats

  • All Superinterfaces:
    EJBStats, Stats

    public interface EntityBeanStats
    extends EJBStats
    Specifies statistics provided by entity beans.
    • Method Detail

      • getReadyCount

        RangeStatistic getReadyCount()
        Number of beans in the ready state.
      • getPooledCount

        RangeStatistic getPooledCount()
        Number of beans in the pooled state.