|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies the statistics provided by a JMS session.
Method Summary | |
JMSConsumerStats (src) [] |
getConsumers()
Returns an array of JMSConsumerStats that provide statistics about the message consumers associated with the referencing JMS session statistics. |
CountStatistic (src) |
getDurableSubscriptionCount()
Number of durable subscriptions. |
CountStatistic (src) |
getExpiredMessageCount()
Number of expired messages. |
CountStatistic (src) |
getMessageCount()
Number of messages exchanged. |
TimeStatistic (src) |
getMessageWaitTime()
Time spent by a message before being delivered. |
CountStatistic (src) |
getPendingMessageCount()
Number of pending messages. |
JMSProducerStats (src) [] |
getProducers()
Returns an array 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 (src) |
getStatistic, getStatisticNames, getStatistics |
Method Detail |
public JMSProducerStats (src) [] getProducers()
public JMSConsumerStats (src) [] getConsumers()
public CountStatistic (src) getMessageCount()
public CountStatistic (src) getPendingMessageCount()
public CountStatistic (src) getExpiredMessageCount()
public TimeStatistic (src) getMessageWaitTime()
public CountStatistic (src) getDurableSubscriptionCount()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |