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

Packages that use Delivery
org.jboss.jms.server.endpoint   
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 Delivery in org.jboss.jms.server.endpoint
 

Methods in org.jboss.jms.server.endpoint that return Delivery
 Delivery ServerConsumerEndpoint.handle(DeliveryObserver observer, Routable reference, Transaction tx)
           
 

Uses of Delivery in org.jboss.messaging.core
 

Subinterfaces of Delivery in org.jboss.messaging.core
 interface SingleReceiverDelivery
          A message delivery where the message has been delivered to only one receiver.
 interface StatefulReceiverDelivery
          A message delivery where the message has been delivered to only one receiver.
 

Classes in org.jboss.messaging.core that implement Delivery
 class SimpleDelivery
          A simple Delivery implementation.
 

Methods in org.jboss.messaging.core that return Delivery
 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)
           
 

Methods in org.jboss.messaging.core with parameters of type Delivery
 void DeliveryObserver.acknowledge(Delivery d, Transaction tx)
           
 void DeliveryObserver.cancel(Delivery d)
           
 void ChannelSupport.acknowledge(Delivery d, Transaction tx)
           
 void ChannelSupport.cancel(Delivery d)
           
protected  void ChannelSupport.acknowledgeInternal(Delivery d)
           
protected  void ChannelSupport.cancelInternal(Delivery del)
           
protected  boolean ChannelSupport.acknowledgeInMemory(Delivery d)
           
 

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

Methods in org.jboss.messaging.core.distributed.pipe that return Delivery
 Delivery DistributedPipe.handle(DeliveryObserver observer, Routable r, Transaction tx)
           
 Delivery PipeOutputFacade.handle(Routable r)
           
 Delivery DistributedPipeOutput.handle(Routable r)
           
 

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

Methods in org.jboss.messaging.core.distributed.queue that return Delivery
 Delivery RemoteQueue.handle(DeliveryObserver observer, Routable routable, Transaction tx)
           
 

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

Subinterfaces of Delivery in org.jboss.messaging.core.distributed.replicator
 interface MultipleReceiversDelivery
          TODO Get rid of that.
 

Classes in org.jboss.messaging.core.distributed.replicator that implement Delivery
 class ReplicatorOutputDelivery
           
 

Methods in org.jboss.messaging.core.distributed.replicator with parameters of type Delivery
 void ReplicatorOutput.MessageListenerImpl.acknowledge(Delivery d, Transaction tx)
           
 void ReplicatorOutput.MessageListenerImpl.cancel(Delivery d)
           
 

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

Methods in org.jboss.messaging.core.local that return Delivery
 Delivery Topic.handle(DeliveryObserver sender, Routable r, Transaction tx)
           
 Delivery CoreSubscription.handle(DeliveryObserver sender, Routable r, Transaction tx)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.