|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies the base interface for the statistics provided by a JMS message producer or a JMS message consumer.
Method Summary | |
CountStatistic |
getExpiredMessageCount()
Returns the number of messages that expired before delivery. |
CountStatistic |
getMessageCount()
Returns the number of messages sent or received. |
TimeStatistic |
getMessageWaitTime()
Returns the time spent by a message before being delivered. |
CountStatistic |
getPendingMessageCount()
Returns the number of pending messages. |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
getStatistic, getStatisticNames, getStatistics |
Method Detail |
public CountStatistic getMessageCount()
public CountStatistic getPendingMessageCount()
public CountStatistic getExpiredMessageCount()
public TimeStatistic getMessageWaitTime()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |