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)
           
 

Methods in org.jboss.messaging.core with parameters of type Delivery
 void State.addDelivery(Delivery d)
          Add a Delivery to the state
 void State.cancelDelivery(Delivery d)
          A Delivery has been cancelled.
 void State.acknowledge(Delivery d, Transaction tx)
          A Delivery has been acknowledged in the presence of a JMS local transaction.
 void State.acknowledge(Delivery d)
          A Delivery has been acknowledged in a non transactional context.
 void DeliveryObserver.acknowledge(Delivery d, Transaction tx)
           
 void DeliveryObserver.cancel(Delivery d)
           
 void ChannelSupport.acknowledge(Delivery d, Transaction tx)
           
 void ChannelSupport.cancel(Delivery d)
           
 void ChannelState.addDelivery(Delivery d)
           
 void ChannelState.cancelDelivery(Delivery del)
           
 void ChannelState.acknowledge(Delivery d, Transaction tx)
           
 void ChannelState.acknowledge(Delivery d)
           
protected  void ChannelState.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 PipeOutputFacade.handle(Routable r)
           
 Delivery DistributedPipeOutput.handle(Routable r)
           
 Delivery DistributedPipe.handle(DeliveryObserver observer, Routable r, Transaction tx)
           
 

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.