|
||||||||||
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.JMSEndpointStatsImpl
Represents a statistics provided by a JMS message producer or a JMS message consumer
Constructor Summary | |
JMSEndpointStatsImpl(CountStatistic (src) pMessageCount,
CountStatistic (src) pPendingMessageCount,
CountStatistic (src) pExpiredMessageCount,
TimeStatistic (src) pMessageWaitTime)
|
Method Summary | |
CountStatistic (src) |
getExpiredMessageCount()
Number of messages that expired before delivery. |
CountStatistic (src) |
getMessageCount()
Number of messages sent or received. |
TimeStatistic (src) |
getMessageWaitTime()
Time spent by a message before being delivered. |
CountStatistic (src) |
getPendingMessageCount()
Number of pending messages. |
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 JMSEndpointStatsImpl(CountStatistic (src) pMessageCount, CountStatistic (src) pPendingMessageCount, CountStatistic (src) pExpiredMessageCount, TimeStatistic (src) pMessageWaitTime)
Method Detail |
public CountStatistic (src) getMessageCount()
JMSEndpointStats (src)
getMessageCount
in interface JMSEndpointStats (src)
public CountStatistic (src) getPendingMessageCount()
JMSEndpointStats (src)
getPendingMessageCount
in interface JMSEndpointStats (src)
public CountStatistic (src) getExpiredMessageCount()
JMSEndpointStats (src)
getExpiredMessageCount
in interface JMSEndpointStats (src)
public TimeStatistic (src) getMessageWaitTime()
JMSEndpointStats (src)
getMessageWaitTime
in interface JMSEndpointStats (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |