javax.management.j2ee.statistics
Interface EntityBeanStats

All Superinterfaces:
EJBStats, Stats

public interface EntityBeanStats
extends EJBStats

Version:
$Rev: 46019 $

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()

getPooledCount

RangeStatistic getPooledCount()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.