|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessagePull | |
---|---|
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 MessagePull in org.apache.activemq.broker |
---|
Methods in org.apache.activemq.broker with parameters of type MessagePull | |
---|---|
Response |
BrokerFilter.messagePull(ConnectionContext context,
MessagePull pull)
|
Response |
MutableBrokerFilter.messagePull(ConnectionContext context,
MessagePull pull)
|
Response |
ErrorBroker.messagePull(ConnectionContext context,
MessagePull pull)
|
Response |
EmptyBroker.messagePull(ConnectionContext context,
MessagePull pull)
|
Response |
TransportConnection.processMessagePull(MessagePull pull)
|
Uses of MessagePull in org.apache.activemq.broker.region |
---|
Methods in org.apache.activemq.broker.region with parameters of type MessagePull | |
---|---|
Response |
RegionBroker.messagePull(ConnectionContext context,
MessagePull pull)
|
Response |
AbstractRegion.messagePull(ConnectionContext context,
MessagePull pull)
|
Response |
Region.messagePull(ConnectionContext context,
MessagePull pull)
Allows a consumer to pull a message from a queue |
Response |
TopicSubscription.pullMessage(ConnectionContext context,
MessagePull pull)
|
Response |
PrefetchSubscription.pullMessage(ConnectionContext context,
MessagePull pull)
Allows a message to be pulled on demand by a client |
Response |
Subscription.pullMessage(ConnectionContext context,
MessagePull pull)
Allows a consumer to pull a message on demand |
Uses of MessagePull in org.apache.activemq.broker.util |
---|
Methods in org.apache.activemq.broker.util with parameters of type MessagePull | |
---|---|
Response |
LoggingBrokerPlugin.messagePull(ConnectionContext context,
MessagePull pull)
|
Response |
UDPTraceBrokerPlugin.messagePull(ConnectionContext context,
MessagePull pull)
|
Response |
DestinationPathSeparatorBroker.messagePull(ConnectionContext context,
MessagePull pull)
|
Uses of MessagePull in org.apache.activemq.state |
---|
Methods in org.apache.activemq.state with parameters of type MessagePull | |
---|---|
Response |
CommandVisitor.processMessagePull(MessagePull pull)
|
Response |
ConnectionStateTracker.processMessagePull(MessagePull pull)
|
Response |
CommandVisitorAdapter.processMessagePull(MessagePull pull)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |