|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies the statistics provided by a JMS session.
Method Summary | |
JMSConsumerStats[] |
getConsumers()
Returns a list of JMSConsumerStats that provide statistics about the message consumers associated with the referencing JMS session statistics. |
CountStatistic |
getDurableSubscriptionCount()
Returns the number of durable subscriptions. |
CountStatistic |
getExpiredMessageCount()
Returns the number of expired messages. |
CountStatistic |
getMessageCount()
Returns the number of messages exchanged. |
TimeStatistic |
getMessageWaitTime()
Returns the time spent by a message before being delivered. |
CountStatistic |
getPendingMessageCount()
Returns the number of pending messages. |
JMSProducerStats[] |
getProducers()
Returns a list of JMSProducerStats that provide statistics about the message producers associated with the referencing JMS session statistics. |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
getStatistic, getStatisticNames, getStatistics |
Method Detail |
public JMSProducerStats[] getProducers()
public JMSConsumerStats[] getConsumers()
public CountStatistic getMessageCount()
public CountStatistic getPendingMessageCount()
public CountStatistic getExpiredMessageCount()
public TimeStatistic getMessageWaitTime()
public CountStatistic getDurableSubscriptionCount()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |