Uses of Class
org.apache.activemq.command.MessageDispatchNotification

Packages that use MessageDispatchNotification
org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors. 
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.broker.util Some utility Broker Plugins 
org.apache.activemq.state   
 

Uses of MessageDispatchNotification in org.apache.activemq.broker
 

Methods in org.apache.activemq.broker with parameters of type MessageDispatchNotification
 void MutableBrokerFilter.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
           
 void BrokerFilter.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
           
 void ErrorBroker.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
           
 void EmptyBroker.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
           
 Response TransportConnection.processMessageDispatchNotification(MessageDispatchNotification notification)
           
 

Uses of MessageDispatchNotification in org.apache.activemq.broker.region
 

Methods in org.apache.activemq.broker.region with parameters of type MessageDispatchNotification
 void Region.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
          Process a notification of a dispatch - used by a Slave Broker
 void RegionBroker.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
           
 void AbstractRegion.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
           
 void Subscription.processMessageDispatchNotification(MessageDispatchNotification mdn)
          Used by a Slave Broker to update dispatch infomation
 void TopicSubscription.processMessageDispatchNotification(MessageDispatchNotification mdn)
           
 void PrefetchSubscription.processMessageDispatchNotification(MessageDispatchNotification mdn)
           
 

Uses of MessageDispatchNotification in org.apache.activemq.broker.util
 

Methods in org.apache.activemq.broker.util with parameters of type MessageDispatchNotification
 void UDPTraceBrokerPlugin.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
           
 

Uses of MessageDispatchNotification in org.apache.activemq.state
 

Methods in org.apache.activemq.state with parameters of type MessageDispatchNotification
 Response CommandVisitor.processMessageDispatchNotification(MessageDispatchNotification notification)
           
 Response ConnectionStateTracker.processMessageDispatchNotification(MessageDispatchNotification notification)
           
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.