com.ibm.websphere.management.statistics
Interface EntityBeanStats
All Superinterfaces:
All known implementing classes:
Deprecated. As of 6.0, replaced with
javax.management.j2ee.statistics.EntityBeanStats
- public interface EntityBeanStats
- extends EJBStats
Method Summary
Modifier and Type | Method and Description |
---|---|
getPooledCount()
Deprecated.
|
|
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
- RangeStatistic getReadyCount()
Deprecated.
getPooledCount
- RangeStatistic getPooledCount()
Deprecated.