com.ibm.websphere.management.statistics

Interface StatefulSessionBeanStats

All Superinterfaces:
EJBStats, SessionBeanStats, Stats
All known implementing classes:
StatefulSessionBeanStatsImpl

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

Method Summary

Modifier and Type Method and Description
  1. RangeStatistic
getPassiveCount()
Deprecated.
Methods inherited from interface com.ibm.websphere.management.statistics.SessionBeanStats
getMethodReadyCount
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

getPassiveCount

  1. RangeStatistic getPassiveCount( )
Deprecated.