Uses of Interface
org.jboss.messaging.core.server.Consumer

Packages that use Consumer
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.cluster   
org.jboss.messaging.core.server.cluster.impl   
org.jboss.messaging.core.server.impl   
 

Uses of Consumer in org.jboss.messaging.core.server
 

Subinterfaces of Consumer in org.jboss.messaging.core.server
 interface ServerConsumer
          A ServerConsumer
 

Methods in org.jboss.messaging.core.server that return Consumer
 Consumer Distributor.getNextConsumer()
           
 

Methods in org.jboss.messaging.core.server that return types with arguments of type Consumer
 java.util.Set<Consumer> Queue.getConsumers()
           
 

Methods in org.jboss.messaging.core.server with parameters of type Consumer
 void Distributor.addConsumer(Consumer consumer)
           
 void Queue.addConsumer(Consumer consumer)
           
 boolean Distributor.removeConsumer(Consumer consumer)
           
 boolean Queue.removeConsumer(Consumer consumer)
           
 

Uses of Consumer in org.jboss.messaging.core.server.cluster
 

Subinterfaces of Consumer in org.jboss.messaging.core.server.cluster
 interface Bridge
          A JMSBridge
 

Uses of Consumer in org.jboss.messaging.core.server.cluster.impl
 

Classes in org.jboss.messaging.core.server.cluster.impl that implement Consumer
 class BridgeImpl
          A JMSBridgeImpl
 class Redistributor
          A Redistributor
 

Uses of Consumer in org.jboss.messaging.core.server.impl
 

Classes in org.jboss.messaging.core.server.impl that implement Consumer
 class ServerConsumerImpl
          Concrete implementation of a ClientConsumer.
 

Fields in org.jboss.messaging.core.server.impl with type parameters of type Consumer
protected  java.util.List<Consumer> DistributorImpl.consumers
           
 

Methods in org.jboss.messaging.core.server.impl that return Consumer
 Consumer RoundRobinDistributor.getNextConsumer()
           
 

Methods in org.jboss.messaging.core.server.impl that return types with arguments of type Consumer
 java.util.Set<Consumer> QueueImpl.getConsumers()
           
 java.util.List<Consumer> DistributorImpl.getConsumers()
           
 

Methods in org.jboss.messaging.core.server.impl with parameters of type Consumer
 void QueueImpl.addConsumer(Consumer consumer)
           
 void DistributorImpl.addConsumer(Consumer consumer)
           
 void RoundRobinDistributor.addConsumer(Consumer consumer)
           
 boolean QueueImpl.removeConsumer(Consumer consumer)
           
 boolean DistributorImpl.removeConsumer(Consumer consumer)
           
 boolean RoundRobinDistributor.removeConsumer(Consumer consumer)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.