Uses of Interface
org.jboss.messaging.core.Distributor

Packages that use Distributor
org.jboss.jms.server.subscription   
org.jboss.messaging.core   
org.jboss.messaging.core.distributed.queue   
org.jboss.messaging.core.distributed.replicator   
org.jboss.messaging.core.distributed.topic   
org.jboss.messaging.core.local   
 

Uses of Distributor in org.jboss.jms.server.subscription
 

Classes in org.jboss.jms.server.subscription that implement Distributor
 class DurableSubscription
          A DurableSubscription.
 class Subscription
          A Subscription.
 

Uses of Distributor in org.jboss.messaging.core
 

Subinterfaces of Distributor in org.jboss.messaging.core
 interface Channel
          A Channel is a transactional, reliable message delivery mechanism that forwards a message from a sender to one or more receivers.
 interface Router
           
 

Classes in org.jboss.messaging.core that implement Distributor
 class ChannelSupport
          Channel implementation.
 class RouterSupport
          Does Receiver management but it stops short of enforcing any routing policy, leaving it to subclasses.
 

Uses of Distributor in org.jboss.messaging.core.distributed.queue
 

Classes in org.jboss.messaging.core.distributed.queue that implement Distributor
 class DistributedQueue
          A distributed queue.
 

Uses of Distributor in org.jboss.messaging.core.distributed.replicator
 

Classes in org.jboss.messaging.core.distributed.replicator that implement Distributor
 class Replicator
          A Replicator is a distributed receiver that replicates synchronously or asynchronously a message to multiple receivers living in different address spaces.
 

Uses of Distributor in org.jboss.messaging.core.distributed.topic
 

Classes in org.jboss.messaging.core.distributed.topic that implement Distributor
 class DistributedTopic
          A distributed topic.
 

Uses of Distributor in org.jboss.messaging.core.local
 

Subinterfaces of Distributor in org.jboss.messaging.core.local
 interface CoreDestination
          Common type for a core destination (queue, topic)
 

Classes in org.jboss.messaging.core.local that implement Distributor
 class CoreSubscription
          Represents a subscription to a destination (topic or queue).
 class FirstReceiverPointToPointRouter
          This router deliver the reference to a maximum of one of the router's receivers.
 class Pipe
           
 class PointToMultipointRouter
           
 class Queue
           
 class RoundRobinPointToPointRouter
          This router deliver the reference to a maximum of one of the router's receivers.
 class SingleDestinationRouter
           
 class Topic
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.