|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ErrorBroker.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
|
void |
BrokerFilter.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
|
void |
MutableBrokerFilter.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 |
TempQueueRegion.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
|
void |
DestinationFilter.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
|
void |
QueueRegion.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
|
void |
AbstractRegion.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
|
void |
BaseDestination.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
|
void |
Queue.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
|
void |
RegionBroker.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
|
void |
Region.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
Process a notification of a dispatch - used by a Slave Broker |
void |
Destination.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
called on Queues in slave mode to allow dispatch to follow subscription choice of master |
protected void |
AbstractRegion.processDispatchNotificationViaDestination(MessageDispatchNotification messageDispatchNotification)
|
void |
PrefetchSubscription.processMessageDispatchNotification(MessageDispatchNotification mdn)
|
void |
TopicSubscription.processMessageDispatchNotification(MessageDispatchNotification mdn)
|
void |
Subscription.processMessageDispatchNotification(MessageDispatchNotification mdn)
Used by a Slave Broker to update dispatch infomation |
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)
|
void |
LoggingBrokerPlugin.processDispatchNotification(MessageDispatchNotification messageDispatchNotification)
|
Uses of MessageDispatchNotification in org.apache.activemq.state |
---|
Methods in org.apache.activemq.state with parameters of type MessageDispatchNotification | |
---|---|
Response |
CommandVisitorAdapter.processMessageDispatchNotification(MessageDispatchNotification notification)
|
Response |
CommandVisitor.processMessageDispatchNotification(MessageDispatchNotification notification)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |