org.codehaus.activemq.management
Class JMSTopicStatsImpl
java.lang.Object
org.codehaus.activemq.management.StatsImpl
org.codehaus.activemq.management.JMSEndpointStatsImpl
org.codehaus.activemq.management.JMSTopicStatsImpl
- All Implemented Interfaces:
- JMSDestinationStats, JMSEndpointStats, Resettable, Stats
- public class JMSTopicStatsImpl
- extends JMSEndpointStatsImpl
- implements JMSDestinationStats
Statistics for a Topic
- Version:
- $Revision: 1.1 $
JMSTopicStatsImpl
public JMSTopicStatsImpl()
setPendingMessageCountOnStartup
public void setPendingMessageCountOnStartup(long count)
- Description copied from interface:
JMSDestinationStats
- On startup sets the pending message count
- Specified by:
setPendingMessageCountOnStartup
in interface JMSDestinationStats
- Parameters:
count
-
onMessageSend
public void onMessageSend(Message message)
- Description copied from interface:
JMSDestinationStats
- On a message send to this destination, update the producing stats
- Specified by:
onMessageSend
in interface JMSDestinationStats
- Parameters:
message
-
onMessageAck
public void onMessageAck()
- Description copied from interface:
JMSDestinationStats
- On a consume from this destination, updates the consumed states
- Specified by:
onMessageAck
in interface JMSDestinationStats
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.