IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.management.statistics
Interface EntityBeanStats

All Superinterfaces:
EJBStats, Stats
All Known Implementing Classes:
EntityBeanStatsImpl

Deprecated. As of 6.0, replaced with javax.management.j2ee.statistics.EntityBeanStats

public interface EntityBeanStats
extends EJBStats


Method Summary
 RangeStatistic getPooledCount()
          Deprecated.  
 RangeStatistic getReadyCount()
          Deprecated.  
 
Methods inherited from interface com.ibm.websphere.management.statistics.EJBStats
getCreateCount, getRemoveCount
 
Methods inherited from interface com.ibm.websphere.management.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getReadyCount

RangeStatistic getReadyCount()
Deprecated. 

getPooledCount

RangeStatistic getPooledCount()
Deprecated. 

IBM WebSphere Application ServerTM
Release 7