javax.management.j2ee.statistics

Interface EntityBeanStats

All Superinterfaces:
EJBStats, Stats

public interface EntityBeanStats
extends EJBStats

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 Details

getPooledCount

public RangeStatistic getPooledCount()

getReadyCount

public RangeStatistic getReadyCount()