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

Packages that use DeliveryObserver
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.local   
 

Uses of DeliveryObserver in org.jboss.jms.server.endpoint
 

Methods in org.jboss.jms.server.endpoint with parameters of type DeliveryObserver
 Delivery ServerConsumerEndpoint.handle(DeliveryObserver observer, Routable reference, Transaction tx)
           
 

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

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

Uses of DeliveryObserver in org.jboss.messaging.core
 

Subinterfaces of DeliveryObserver 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 DeliveryObserver
 class ChannelSupport
          Channel implementation.
 

Fields in org.jboss.messaging.core declared as DeliveryObserver
protected  DeliveryObserver SimpleDelivery.observer
           
 

Methods in org.jboss.messaging.core that return DeliveryObserver
 DeliveryObserver Delivery.getObserver()
           
 DeliveryObserver SimpleDelivery.getObserver()
           
 

Methods in org.jboss.messaging.core with parameters of type DeliveryObserver
 void Delivery.setObserver(DeliveryObserver observer)
           
 java.util.Set RouterSupport.handle(DeliveryObserver o, Routable r)
           
 java.util.Set Router.handle(DeliveryObserver observer, Routable routable, Transaction transaction)
          Returns a set of Delivery instances.
 Delivery Receiver.handle(DeliveryObserver observer, Routable routable, Transaction tx)
          A receiver can return an active, "done" or null delivery.
 Delivery ChannelSupport.handle(DeliveryObserver sender, Routable r, Transaction tx)
           
protected  Delivery ChannelSupport.handleInternal(DeliveryObserver sender, Routable r, Transaction tx)
           
 void SimpleDelivery.setObserver(DeliveryObserver observer)
           
 

Constructors in org.jboss.messaging.core with parameters of type DeliveryObserver
SimpleDelivery(DeliveryObserver observer, MessageReference reference)
           
SimpleDelivery(DeliveryObserver observer, MessageReference reference, boolean done)
           
SimpleDelivery(DeliveryObserver observer, MessageReference reference, boolean done, boolean selectorAccepted)
           
 

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

Methods in org.jboss.messaging.core.distributed.pipe with parameters of type DeliveryObserver
 Delivery DistributedPipe.handle(DeliveryObserver observer, Routable r, Transaction tx)
           
 

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

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

Methods in org.jboss.messaging.core.distributed.queue with parameters of type DeliveryObserver
 Delivery RemoteQueue.handle(DeliveryObserver observer, Routable routable, Transaction tx)
           
 

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

Classes in org.jboss.messaging.core.distributed.replicator that implement DeliveryObserver
protected  class ReplicatorOutput.MessageListenerImpl
           
 

Methods in org.jboss.messaging.core.distributed.replicator with parameters of type DeliveryObserver
 java.util.Set Replicator.handle(DeliveryObserver observer, Routable routable, Transaction tx)
          Returns a Set of Deliveries, a delivery for each replicator output in the group.
 

Constructors in org.jboss.messaging.core.distributed.replicator with parameters of type DeliveryObserver
ReplicatorOutputDelivery(DeliveryObserver observer, MessageReference reference, java.io.Serializable replicatorOutputID, boolean cancelOnMessageRejection)
           
 

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

Classes in org.jboss.messaging.core.local that implement DeliveryObserver
 class CoreSubscription
          Represents a subscription to a destination (topic or queue).
 class Pipe
           
 class Queue
           
 

Methods in org.jboss.messaging.core.local with parameters of type DeliveryObserver
 java.util.Set PointToMultipointRouter.handle(DeliveryObserver observer, Routable routable, Transaction tx)
           
 Delivery Topic.handle(DeliveryObserver sender, Routable r, Transaction tx)
           
 java.util.Set SingleDestinationRouter.handle(DeliveryObserver observer, Routable routable, Transaction tx)
           
 java.util.Set FirstReceiverPointToPointRouter.handle(DeliveryObserver observer, Routable routable, Transaction tx)
           
 java.util.Set RoundRobinPointToPointRouter.handle(DeliveryObserver observer, Routable routable, Transaction tx)
           
 Delivery CoreSubscription.handle(DeliveryObserver sender, Routable r, Transaction tx)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.