|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.management.j2ee.statistics.StatsBase (src)
org.jboss.management.j2ee.statistics.JMSSessionStatsImpl
Represents the statistics provided by a JMS Session
| Constructor Summary | |
JMSSessionStatsImpl(JMSProducerStats (src) [] pProducers,
JMSConsumerStats (src) [] pConsumers,
CountStatistic (src) pMessageCount,
CountStatistic (src) pPendingMessageCount,
CountStatistic (src) pExpiredMessageCount,
TimeStatistic (src) pMessageWaitTime,
CountStatistic (src) pDurableSubscriptionCount)
|
|
| 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 class org.jboss.management.j2ee.statistics.StatsBase (src) |
addStatistic, getStatistic, getStatisticNames, getStatistics, reset, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.management.j2ee.statistics.Stats (src) |
getStatistic, getStatisticNames, getStatistics |
| Constructor Detail |
public JMSSessionStatsImpl(JMSProducerStats (src) [] pProducers,
JMSConsumerStats (src) [] pConsumers,
CountStatistic (src) pMessageCount,
CountStatistic (src) pPendingMessageCount,
CountStatistic (src) pExpiredMessageCount,
TimeStatistic (src) pMessageWaitTime,
CountStatistic (src) pDurableSubscriptionCount)
| Method Detail |
public JMSProducerStats (src) [] getProducers()
JMSSessionStats (src)
getProducers in interface JMSSessionStats (src) public JMSConsumerStats (src) [] getConsumers()
JMSSessionStats (src)
getConsumers in interface JMSSessionStats (src) public CountStatistic (src) getMessageCount()
JMSSessionStats (src)
getMessageCount in interface JMSSessionStats (src) public CountStatistic (src) getPendingMessageCount()
JMSSessionStats (src)
getPendingMessageCount in interface JMSSessionStats (src) public CountStatistic (src) getExpiredMessageCount()
JMSSessionStats (src)
getExpiredMessageCount in interface JMSSessionStats (src) public TimeStatistic (src) getMessageWaitTime()
JMSSessionStats (src)
getMessageWaitTime in interface JMSSessionStats (src) public CountStatistic (src) getDurableSubscriptionCount()
JMSSessionStats (src)
getDurableSubscriptionCount in interface JMSSessionStats (src)
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||