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

Packages that use Router
org.jboss.messaging.core   
org.jboss.messaging.core.distributed.replicator   
org.jboss.messaging.core.local   
 

Uses of Router in org.jboss.messaging.core
 

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

Fields in org.jboss.messaging.core declared as Router
protected  Router ChannelSupport.router
           
 

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

Classes in org.jboss.messaging.core.distributed.replicator that implement Router
 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 Router in org.jboss.messaging.core.local
 

Classes in org.jboss.messaging.core.local that implement Router
 class FirstReceiverPointToPointRouter
          This router deliver the reference to a maximum of one of the router's receivers.
 class PointToMultipointRouter
           
 class RoundRobinPointToPointRouter
          This router deliver the reference to a maximum of one of the router's receivers.
 class SingleDestinationRouter
           
 

Fields in org.jboss.messaging.core.local declared as Router
protected  Router Topic.router
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.