com.ibm.websphere.management.statistics

Interface SessionBeanStats

All Superinterfaces:
EJBStats, Stats
All known subinterfaces:
StatefulSessionBeanStats, StatelessSessionBeanStats
All known implementing classes:
SessionBeanStatsImpl, StatefulSessionBeanStatsImpl, StatelessSessionBeanStatsImpl

Deprecated. As of 6.0, replaced with javax.management.j2ee.statistics.SessionBeanStats
  1. public interface SessionBeanStats
  2. extends EJBStats

Method Summary

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

getMethodReadyCount

  1. RangeStatistic getMethodReadyCount( )
Deprecated.