|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dispatcher | |
org.codehaus.activemq.service | The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager |
org.codehaus.activemq.service.impl | Default implementations of the services |
Uses of Dispatcher in org.codehaus.activemq.service |
Methods in org.codehaus.activemq.service with parameters of type Dispatcher | |
Subscription |
SubscriptionContainer.makeSubscription(Dispatcher dispatcher,
ConsumerInfo info,
Filter filter)
Creates a subscription (which could be a previous subscription reconecting) and adds it to this container |
Uses of Dispatcher in org.codehaus.activemq.service.impl |
Classes in org.codehaus.activemq.service.impl that implement Dispatcher | |
class |
DispatcherImpl
A dispatcher of messages to some JMS connection. |
Fields in org.codehaus.activemq.service.impl declared as Dispatcher | |
protected Dispatcher |
SubscriptionImpl.dispatch
|
protected Dispatcher |
MessageContainerManagerSupport.dispatcher
|
Methods in org.codehaus.activemq.service.impl with parameters of type Dispatcher | |
Subscription |
SubscriptionContainerImpl.makeSubscription(Dispatcher dispatcher,
ConsumerInfo info,
Filter filter)
|
protected Subscription |
SubscriptionContainerImpl.createSubscription(Dispatcher dispatcher,
ConsumerInfo info,
Filter filter)
|
protected Subscription |
DurableTopicSubscriptionContainerImpl.createSubscription(Dispatcher dispatcher,
ConsumerInfo info,
Filter filter)
|
Constructors in org.codehaus.activemq.service.impl with parameters of type Dispatcher | |
TransientTopicMessageContainerManager(PersistenceAdapter persistenceAdapter,
SubscriptionContainer subscriptionContainer,
FilterFactory filterFactory,
Dispatcher dispatcher)
|
|
SubscriptionImpl(Dispatcher dispatcher,
ConsumerInfo info,
Filter filter)
Create a Subscription object that holds messages to be dispatched to a Consumer |
|
QueueMessageContainerManager(PersistenceAdapter persistenceAdapter,
SubscriptionContainer subscriptionContainer,
FilterFactory filterFactory,
Dispatcher dispatcher)
|
|
MessageContainerManagerSupport(Dispatcher dispatcher)
|
|
DurableTopicSubscription(Dispatcher dispatcher,
ConsumerInfo info,
Filter filter)
|
|
DurableTopicMessageContainerManager(PersistenceAdapter persistenceAdapter,
SubscriptionContainer subscriptionContainer,
FilterFactory filterFactory,
Dispatcher dispatcher)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |