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
  1. public interface EntityBeanStats
  2. extends EJBStats

Method Summary

Modifier and Type Method and Description
  1. RangeStatistic
getPooledCount()
Deprecated.
  1. 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

  1. RangeStatistic getReadyCount()
Deprecated.

getPooledCount

  1. RangeStatistic getPooledCount()
Deprecated.