|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 LinkedList<MessageDispatch> |
ActiveMQMessageConsumer.deliveredMessages
|
| Methods in org.apache.activemq that return MessageDispatch | |
|---|---|
MessageDispatch |
SimplePriorityMessageDispatchChannel.dequeue(long timeout)
|
MessageDispatch |
MessageDispatchChannel.dequeue(long timeout)
Used to get an enqueued message. |
MessageDispatch |
FifoMessageDispatchChannel.dequeue(long timeout)
|
MessageDispatch |
SimplePriorityMessageDispatchChannel.dequeueNoWait()
|
MessageDispatch |
MessageDispatchChannel.dequeueNoWait()
|
MessageDispatch |
FifoMessageDispatchChannel.dequeueNoWait()
|
MessageDispatch |
SimplePriorityMessageDispatchChannel.peek()
|
MessageDispatch |
MessageDispatchChannel.peek()
|
MessageDispatch |
FifoMessageDispatchChannel.peek()
|
| Methods in org.apache.activemq that return types with arguments of type MessageDispatch | |
|---|---|
protected LinkedList<MessageDispatch> |
SimplePriorityMessageDispatchChannel.getList(MessageDispatch md)
|
List<MessageDispatch> |
ActiveMQSession.getUnconsumedMessages()
|
List<MessageDispatch> |
SimplePriorityMessageDispatchChannel.removeAll()
|
List<MessageDispatch> |
MessageDispatchChannel.removeAll()
|
List<MessageDispatch> |
FifoMessageDispatchChannel.removeAll()
|
| Methods in org.apache.activemq with parameters of type MessageDispatch | |
|---|---|
void |
AdvisoryConsumer.dispatch(MessageDispatch md)
|
void |
ActiveMQSession.dispatch(MessageDispatch messageDispatch)
|
void |
ActiveMQMessageConsumer.dispatch(MessageDispatch md)
|
void |
ActiveMQInputStream.dispatch(MessageDispatch md)
|
void |
ActiveMQDispatcher.dispatch(MessageDispatch messageDispatch)
|
void |
ActiveMQConnectionConsumer.dispatch(MessageDispatch messageDispatch)
|
void |
SimplePriorityMessageDispatchChannel.enqueue(MessageDispatch message)
|
void |
MessageDispatchChannel.enqueue(MessageDispatch message)
|
void |
FifoMessageDispatchChannel.enqueue(MessageDispatch message)
|
void |
SimplePriorityMessageDispatchChannel.enqueueFirst(MessageDispatch message)
|
void |
MessageDispatchChannel.enqueueFirst(MessageDispatch message)
|
void |
FifoMessageDispatchChannel.enqueueFirst(MessageDispatch message)
|
protected 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||