com.ibm.websphere.management.statistics
Interface JMSEndpointStats
All Superinterfaces:
All known subinterfaces:
Deprecated. As of 6.0, replaced with
javax.management.j2ee.statistics.JMSEndpointStats
- public interface JMSEndpointStats
- extends Stats
Method Summary
Modifier and Type | Method and Description |
---|---|
getExpiredMessageCount()
Deprecated.
|
|
getMessageCount()
Deprecated.
|
|
getMessageWaitTime()
Deprecated.
|
|
getPendingMessageCount()
Deprecated.
|
Methods inherited from interface com.ibm.websphere.management.statistics.Stats |
---|
getStatistic, getStatisticNames, getStatistics |
Method Detail
getMessageCount
- CountStatistic getMessageCount( )
Deprecated.
getPendingMessageCount
- CountStatistic getPendingMessageCount( )
Deprecated.
getExpiredMessageCount
- CountStatistic getExpiredMessageCount( )
Deprecated.
getMessageWaitTime
- TimeStatistic getMessageWaitTime( )
Deprecated.