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

Packages that use MessageDispatch
org.apache.activemq The core JMS client API implementation classes. 
org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors. 
org.apache.activemq.broker.ft Helper classes for implementing fault tolerance 
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.broker.util Some utility Broker Plugins 
org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.network Support for federated networks of brokers. 
org.apache.activemq.transport.xmpp   
 

Uses of MessageDispatch in org.apache.activemq
 

Methods in org.apache.activemq that return MessageDispatch
 MessageDispatch MessageDispatchChannel.dequeue(long timeout)
          Used to get an enqueued message.
 MessageDispatch MessageDispatchChannel.dequeueNoWait()
           
 MessageDispatch MessageDispatchChannel.peek()
           
 

Methods in org.apache.activemq with parameters of type MessageDispatch
 void ActiveMQConnectionConsumer.dispatch(MessageDispatch messageDispatch)
           
 void ActiveMQInputStream.dispatch(MessageDispatch md)
           
 void ActiveMQDispatcher.dispatch(MessageDispatch messageDispatch)
           
 void ActiveMQSession.dispatch(MessageDispatch messageDispatch)
           
 void AdvisoryConsumer.dispatch(MessageDispatch md)
           
 void ActiveMQMessageConsumer.dispatch(MessageDispatch md)
           
 void MessageDispatchChannel.enqueue(MessageDispatch message)
           
 void MessageDispatchChannel.enqueueFirst(MessageDispatch message)
           
 

Uses of MessageDispatch in org.apache.activemq.broker
 

Methods in org.apache.activemq.broker with parameters of type MessageDispatch
 void EmptyBroker.processDispatch(MessageDispatch messageDispatch)
          Notifiy the Broker that a dispatch has happened
 void ErrorBroker.processDispatch(MessageDispatch messageDispatch)
           
 void MutableBrokerFilter.processDispatch(MessageDispatch messageDispatch)
           
 void BrokerFilter.processDispatch(MessageDispatch messageDispatch)
           
 void Broker.processDispatch(MessageDispatch messageDispatch)
          Notify the Broker that a dispatch has happened
 

Uses of MessageDispatch in org.apache.activemq.broker.ft
 

Methods in org.apache.activemq.broker.ft with parameters of type MessageDispatch
 void MasterBroker.processDispatch(MessageDispatch messageDispatch)
          Notifiy the Broker that a dispatch has happened
 

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

Methods in org.apache.activemq.broker.region that return MessageDispatch
protected  MessageDispatch DurableTopicSubscription.createMessageDispatch(MessageReference node, Message message)
           
protected  MessageDispatch PrefetchSubscription.createMessageDispatch(MessageReference node, Message message)
           
 

Methods in org.apache.activemq.broker.region with parameters of type MessageDispatch
 void RegionBroker.processDispatch(MessageDispatch messageDispatch)
           
 

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

Methods in org.apache.activemq.broker.util with parameters of type MessageDispatch
 void UDPTraceBrokerPlugin.processDispatch(MessageDispatch messageDispatch)
           
 

Uses of MessageDispatch in org.apache.activemq.command
 

Constructors in org.apache.activemq.command with parameters of type MessageDispatch
MessageAck(MessageDispatch md, byte ackType, int messageCount)
           
 

Uses of MessageDispatch in org.apache.activemq.network
 

Methods in org.apache.activemq.network with parameters of type MessageDispatch
protected  Message DemandForwardingBridgeSupport.configureMessage(MessageDispatch md)
           
protected  DemandSubscription DemandForwardingBridgeSupport.getDemandSubscription(MessageDispatch md)
           
 

Uses of MessageDispatch in org.apache.activemq.transport.xmpp
 

Methods in org.apache.activemq.transport.xmpp with parameters of type MessageDispatch
protected  jabber.client.Message ProtocolConverter.createXmppMessage(java.lang.String to, MessageDispatch messageDispatch)
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.