Uses of Interface
org.codehaus.activemq.service.Dispatcher

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, BrokerClient client, 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, BrokerClient client, ConsumerInfo info, Filter filter)
           
protected  Subscription SubscriptionContainerImpl.createSubscription(Dispatcher dispatcher, BrokerClient client, ConsumerInfo info, Filter filter)
           
protected  Subscription DurableTopicSubscriptionContainerImpl.createSubscription(Dispatcher dispatcher, BrokerClient client, ConsumerInfo info, Filter filter)
           
 

Constructors in org.codehaus.activemq.service.impl with parameters of type Dispatcher
DurableQueueMessageContainerManager(PersistenceAdapter persistenceAdapter, SubscriptionContainer subscriptionContainer, FilterFactory filterFactory, Dispatcher dispatcher)
           
TransientTopicMessageContainerManager(PersistenceAdapter persistenceAdapter, SubscriptionContainer subscriptionContainer, FilterFactory filterFactory, Dispatcher dispatcher)
           
SubscriptionImpl(Dispatcher dispatcher, BrokerClient client, ConsumerInfo info, Filter filter, RedeliveryPolicy redeliveryPolicy)
          Create a Subscription object that holds messages to be dispatched to a Consumer
DurableTopicSubscription(Dispatcher dispatcher, BrokerClient client, ConsumerInfo info, Filter filter, RedeliveryPolicy redeliveryPolicy)
           
MessageContainerManagerSupport(Dispatcher dispatcher)
           
DurableTopicMessageContainerManager(PersistenceAdapter persistenceAdapter, SubscriptionContainer subscriptionContainer, FilterFactory filterFactory, Dispatcher dispatcher)
           
 



Copyright © 2004 Protique, Ltd.. All Rights Reserved.