|
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 session.
Method Summary | |
JMSConsumerStats[] |
getConsumers()
Returns an array of JMSConsumerStats that provide statistics about the message consumers associated with the referencing JMS session statistics. |
CountStatistic |
getDurableSubscriptionCount()
Number of durable subscriptions. |
CountStatistic |
getExpiredMessageCount()
Number of expired messages. |
CountStatistic |
getMessageCount()
Number of messages exchanged. |
TimeStatistic |
getMessageWaitTime()
Time spent by a message before being delivered. |
CountStatistic |
getPendingMessageCount()
Number of pending messages. |
JMSProducerStats[] |
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 |
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()
|
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.