|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies the statistics provided by a JMS message producer or a JMS message consumer.
Method Summary | |
CountStatistic |
getExpiredMessageCount()
Number of messages that expired before delivery. |
CountStatistic |
getMessageCount()
Number of messages sent or received. |
TimeStatistic |
getMessageWaitTime()
Time spent by a message before being delivered. |
CountStatistic |
getPendingMessageCount()
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()
|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.