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.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.state   
 

Uses of MessageDispatch in org.apache.activemq
 

Fields in org.apache.activemq with type parameters of type MessageDispatch
protected  java.util.LinkedList<MessageDispatch> ActiveMQMessageConsumer.deliveredMessages
           
 

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

Methods in org.apache.activemq that return types with arguments of type MessageDispatch
protected  java.util.LinkedList<MessageDispatch> SimplePriorityMessageDispatchChannel.getList(MessageDispatch md)
           
 java.util.List<MessageDispatch> ActiveMQSession.getUnconsumedMessages()
           
 java.util.List<MessageDispatch> MessageDispatchChannel.removeAll()
           
 java.util.List<MessageDispatch> SimplePriorityMessageDispatchChannel.removeAll()
           
 java.util.List<MessageDispatch> FifoMessageDispatchChannel.removeAll()
           
 

Methods in org.apache.activemq with parameters of type MessageDispatch
 void ActiveMQInputStream.dispatch(MessageDispatch md)
           
 void AdvisoryConsumer.dispatch(MessageDispatch md)
           
 void ActiveMQConnectionConsumer.dispatch(MessageDispatch messageDispatch)
           
 void ActiveMQSession.dispatch(MessageDispatch messageDispatch)
           
 void ActiveMQMessageConsumer.dispatch(MessageDispatch md)
           
 void ActiveMQDispatcher.dispatch(MessageDispatch messageDispatch)
           
 void MessageDispatchChannel.enqueue(MessageDispatch message)
           
 void SimplePriorityMessageDispatchChannel.enqueue(MessageDispatch message)
           
 void FifoMessageDispatchChannel.enqueue(MessageDispatch message)
           
 void MessageDispatchChannel.enqueueFirst(MessageDispatch message)
           
 void SimplePriorityMessageDispatchChannel.enqueueFirst(MessageDispatch message)
           
 void FifoMessageDispatchChannel.enqueueFirst(MessageDispatch message)
           
protected  java.util.LinkedList<MessageDispatch> SimplePriorityMessageDispatchChannel.getList(MessageDispatch md)
           
protected  int SimplePriorityMessageDispatchChannel.getPriority(MessageDispatch message)
           
 

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.state
 

Methods in org.apache.activemq.state with parameters of type MessageDispatch
 Response CommandVisitorAdapter.processMessageDispatch(MessageDispatch dispatch)
           
 Response CommandVisitor.processMessageDispatch(MessageDispatch dispatch)
           
 



Copyright © 2005-2015 Red Hat, Inc.. All Rights Reserved.