com.ibm.websphere.management.statistics
Interface JMSEndpointStats

All Superinterfaces:
Stats
All Known Subinterfaces:
JMSConsumerStats, JMSProducerStats

public interface JMSEndpointStats
extends Stats


Method Summary
 CountStatistic getExpiredMessageCount()
           
 CountStatistic getMessageCount()
           
 TimeStatistic getMessageWaitTime()
           
 CountStatistic getPendingMessageCount()
           
 
Methods inherited from interface com.ibm.websphere.management.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getMessageCount

public CountStatistic getMessageCount()

getPendingMessageCount

public CountStatistic getPendingMessageCount()

getExpiredMessageCount

public CountStatistic getExpiredMessageCount()

getMessageWaitTime

public TimeStatistic getMessageWaitTime()


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.