com.ibm.websphere.management.statistics
Interface JMSSessionStats

All Superinterfaces:
Stats

public interface JMSSessionStats
extends Stats


Method Summary
 JMSConsumerStats[] getConsumers()
           
 CountStatistic getDurableSubscriptionCount()
           
 CountStatistic getExpiredMessageCount()
           
 CountStatistic getMessageCount()
           
 TimeStatistic getMessageWaitTime()
           
 CountStatistic getPendingMessageCount()
           
 JMSProducerStats[] getProducers()
           
 
Methods inherited from interface com.ibm.websphere.management.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getProducers

public JMSProducerStats[] getProducers()

getConsumers

public JMSConsumerStats[] getConsumers()

getMessageCount

public CountStatistic getMessageCount()

getPendingMessageCount

public CountStatistic getPendingMessageCount()

getExpiredMessageCount

public CountStatistic getExpiredMessageCount()

getMessageWaitTime

public TimeStatistic getMessageWaitTime()

getDurableSubscriptionCount

public CountStatistic getDurableSubscriptionCount()


 

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.