com.ibm.websphere.management.statistics

Interface EJBStats

All Superinterfaces:
Stats
All known subinterfaces:
EntityBeanStats, MessageBeanStats, SessionBeanStats, StatefulSessionBeanStats, StatelessSessionBeanStats
All known implementing classes:
EJBStatsImpl, EntityBeanStatsImpl, MessageBeanStatsImpl, SessionBeanStatsImpl, StatefulSessionBeanStatsImpl, StatelessSessionBeanStatsImpl

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

Method Summary

Modifier and Type Method and Description
  1. CountStatistic
getCreateCount()
Deprecated.
  1. CountStatistic
getRemoveCount()
Deprecated.
Methods inherited from interface com.ibm.websphere.management.statistics.Stats
getStatistic, getStatisticNames, getStatistics

Method Detail

getCreateCount

  1. CountStatistic getCreateCount()
Deprecated.

getRemoveCount

  1. CountStatistic getRemoveCount()
Deprecated.