|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.activemq.management.StatisticImpl
org.activemq.management.StatsImpl
org.activemq.management.JMSEndpointStatsImpl
org.activemq.management.JMSTopicStatsImpl
Statistics for a Topic
Field Summary |
Fields inherited from class org.activemq.management.JMSEndpointStatsImpl |
expiredMessageCount, messageCount, messageRateTime, messageWaitTime, pendingMessageCount |
Constructor Summary | |
JMSTopicStatsImpl()
|
Method Summary | |
void |
onMessageAck()
On a consume from this destination, updates the consumed states |
void |
onMessageSend(javax.jms.Message message)
On a message send to this destination, update the producing stats |
void |
setPendingMessageCountOnStartup(long count)
On startup sets the pending message count |
Methods inherited from class org.activemq.management.JMSEndpointStatsImpl |
dump, getExpiredMessageCount, getMessageCount, getMessageRateTime, getMessageWaitTime, getPendingMessageCount, onMessage, reset, setParent, setParent, toString |
Methods inherited from class org.activemq.management.StatsImpl |
addStatistic, getStatistic, getStatisticNames, getStatistics |
Methods inherited from class org.activemq.management.StatisticImpl |
appendFieldDescription, getDescription, getLastSampleTime, getName, getStartTime, getUnit, updateSampleTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JMSTopicStatsImpl()
Method Detail |
public void setPendingMessageCountOnStartup(long count)
JMSDestinationStats
setPendingMessageCountOnStartup
in interface JMSDestinationStats
count
- public void onMessageSend(javax.jms.Message message)
JMSDestinationStats
onMessageSend
in interface JMSDestinationStats
message
- public void onMessageAck()
JMSDestinationStats
onMessageAck
in interface JMSDestinationStats
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |