com.ibm.websphere.management.statistics
Interface JMSEndpointStats
- All Superinterfaces:
- Stats
- All Known Subinterfaces:
- JMSConsumerStats, JMSProducerStats
Deprecated. As of 6.0, replaced with
javax.management.j2ee.statistics.JMSEndpointStats
public interface JMSEndpointStats
- extends Stats
getMessageCount
CountStatistic getMessageCount()
- Deprecated.
getPendingMessageCount
CountStatistic getPendingMessageCount()
- Deprecated.
getExpiredMessageCount
CountStatistic getExpiredMessageCount()
- Deprecated.
getMessageWaitTime
TimeStatistic getMessageWaitTime()
- Deprecated.