com.ibm.websphere.management.statistics
Interface EJBStats
All Superinterfaces:
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
- public interface EJBStats
- extends Stats
Method Summary
Modifier and Type | Method and Description |
---|---|
getCreateCount()
Deprecated.
|
|
getRemoveCount()
Deprecated.
|
Methods inherited from interface com.ibm.websphere.management.statistics.Stats |
---|
getStatistic, getStatisticNames, getStatistics |
Method Detail
getCreateCount
- CountStatistic getCreateCount()
Deprecated.
getRemoveCount
- CountStatistic getRemoveCount()
Deprecated.