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
  1. public interface JMSEndpointStats
  2. extends Stats

Method Summary

Modifier and Type Method and Description
  1. CountStatistic
getExpiredMessageCount()
Deprecated.
  1. CountStatistic
getMessageCount()
Deprecated.
  1. TimeStatistic
getMessageWaitTime()
Deprecated.
  1. CountStatistic
getPendingMessageCount()
Deprecated.
Methods inherited from interface com.ibm.websphere.management.statistics.Stats
getStatistic, getStatisticNames, getStatistics

Method Detail

getMessageCount

  1. CountStatistic getMessageCount( )
Deprecated.

getPendingMessageCount

  1. CountStatistic getPendingMessageCount( )
Deprecated.

getExpiredMessageCount

  1. CountStatistic getExpiredMessageCount( )
Deprecated.

getMessageWaitTime

  1. TimeStatistic getMessageWaitTime( )
Deprecated.