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

Packages that use Receiver
org.jboss.jms.server.endpoint   
org.jboss.jms.server.subscription   
org.jboss.messaging.core   
org.jboss.messaging.core.distributed.pipe   
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 Receiver in org.jboss.jms.server.endpoint
 

Classes in org.jboss.jms.server.endpoint that implement Receiver
 class ServerConsumerEndpoint
          Concrete implementation of ConsumerEndpoint.
 

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

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

Uses of Receiver in org.jboss.messaging.core
 

Subinterfaces of Receiver 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.
 

Classes in org.jboss.messaging.core that implement Receiver
 class ChannelSupport
          Channel implementation.
 

Methods in org.jboss.messaging.core that return Receiver
 Receiver RouterSupport.get(java.io.Serializable receiverID)
           
 Receiver RouterSupport.remove(java.io.Serializable receiverID)
           
 

Methods in org.jboss.messaging.core with parameters of type Receiver
 boolean RouterSupport.add(Receiver r)
           
 boolean Distributor.contains(Receiver receiver)
           
 boolean Distributor.add(Receiver receiver)
          Add a local receiver to this distributor.
 boolean Distributor.remove(Receiver receiver)
          Remove a local receiver from this distributor.
 boolean ChannelSupport.add(Receiver r)
           
 boolean ChannelSupport.remove(Receiver r)
           
 boolean ChannelSupport.contains(Receiver r)
           
 

Uses of Receiver in org.jboss.messaging.core.distributed.pipe
 

Classes in org.jboss.messaging.core.distributed.pipe that implement Receiver
 class DistributedPipe
          The input end of a distributed pipe that synchronously forwards messages to a receiver in a different address space.
 

Fields in org.jboss.messaging.core.distributed.pipe declared as Receiver
protected  Receiver DistributedPipeOutput.receiver
           
 

Methods in org.jboss.messaging.core.distributed.pipe that return Receiver
 Receiver DistributedPipeOutput.getReceiver()
           
 

Constructors in org.jboss.messaging.core.distributed.pipe with parameters of type Receiver
DistributedPipeOutput(java.io.Serializable pipeID, Receiver receiver)
           
 

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

Classes in org.jboss.messaging.core.distributed.queue that implement Receiver
 class DistributedQueue
          A distributed queue.
 class RemoteQueue
          A representative of a distributed queue peer.
 

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

Fields in org.jboss.messaging.core.distributed.replicator declared as Receiver
protected  Receiver ReplicatorOutput.receiver
           
 

Methods in org.jboss.messaging.core.distributed.replicator that return Receiver
 Receiver ReplicatorOutput.getReceiver()
           
 

Methods in org.jboss.messaging.core.distributed.replicator with parameters of type Receiver
 boolean Replicator.contains(Receiver receiver)
          TODO http://jira.jboss.org/jira/browse/JBMESSAGING-192
 boolean Replicator.add(Receiver receiver)
          TODO http://jira.jboss.org/jira/browse/JBMESSAGING-192
 boolean Replicator.remove(Receiver receiver)
          TODO http://jira.jboss.org/jira/browse/JBMESSAGING-192
 

Constructors in org.jboss.messaging.core.distributed.replicator with parameters of type Receiver
ReplicatorOutput(java.io.Serializable replicatorID, RpcDispatcher dispatcher, MessageStore ms, Receiver receiver)
           
 

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

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

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

Subinterfaces of Receiver 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 Receiver
 class CoreSubscription
          Represents a subscription to a destination (topic or queue).
 class Pipe
           
 class Queue
           
 class Topic
           
 

Fields in org.jboss.messaging.core.local declared as Receiver
protected  Receiver SingleDestinationRouter.receiver
           
 

Methods in org.jboss.messaging.core.local with parameters of type Receiver
 boolean PointToMultipointRouter.add(Receiver r)
           
 boolean PointToMultipointRouter.remove(Receiver r)
           
 boolean PointToMultipointRouter.contains(Receiver r)
           
 boolean Topic.add(Receiver receiver)
           
 boolean Topic.contains(Receiver receiver)
           
 boolean Topic.remove(Receiver receiver)
           
 boolean SingleDestinationRouter.add(Receiver r)
           
 boolean SingleDestinationRouter.remove(Receiver r)
           
 boolean SingleDestinationRouter.contains(Receiver r)
           
 boolean FirstReceiverPointToPointRouter.add(Receiver r)
           
 boolean FirstReceiverPointToPointRouter.remove(Receiver r)
           
 boolean FirstReceiverPointToPointRouter.contains(Receiver r)
           
 boolean RoundRobinPointToPointRouter.add(Receiver r)
           
 boolean RoundRobinPointToPointRouter.remove(Receiver r)
           
 boolean RoundRobinPointToPointRouter.contains(Receiver r)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.