javax.management.j2ee.statistics
Interface EntityBeanStats

All Superinterfaces:
EJBStats, Stats

public interface EntityBeanStats
extends EJBStats

Specifies statistics provided by entity beans.

Author:
Guillaume Sauthier

Method Summary
 RangeStatistic getPooledCount()
           
 RangeStatistic getReadyCount()
           
 
Methods inherited from interface javax.management.j2ee.statistics.EJBStats
getCreateCount, getRemoveCount
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getReadyCount

RangeStatistic getReadyCount()
Returns:
Number of beans in the ready state.

getPooledCount

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


Copyright © 2007 OW2 Consortium. All Rights Reserved.