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

Packages that use DeliveryObserver
org.jboss.jms.server.endpoint   
org.jboss.messaging.core.contract   
org.jboss.messaging.core.impl   
 

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, MessageReference ref, Transaction tx)
           
 

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

Subinterfaces of DeliveryObserver in org.jboss.messaging.core.contract
 interface Channel
          A Channel is a transactional, reliable message delivery mechanism that forwards a message from a sender to one or more receivers.
 interface Queue
          A Queue
 

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

Methods in org.jboss.messaging.core.contract with parameters of type DeliveryObserver
 Delivery Receiver.handle(DeliveryObserver observer, MessageReference reference, Transaction tx)
          A receiver can return an active, "done" or null delivery.
 

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

Classes in org.jboss.messaging.core.impl that implement DeliveryObserver
 class ChannelSupport
          This class provides much of the functionality needed to implement a channel.
 class MessagingQueue
          A MessagingQueue Can be used to implement a point to point queue, or a subscription fed from a topic
 class PagingChannelSupport
          This channel implementation automatically pages message references to and from storage to prevent more than a maximum number of references being stored in memory at once.
 

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

Methods in org.jboss.messaging.core.impl with parameters of type DeliveryObserver
 Delivery ClusterRoundRobinDistributor.handle(DeliveryObserver observer, MessageReference ref, Transaction tx)
           
 Delivery FirstReceiverDistributor.handle(DeliveryObserver observer, MessageReference ref, Transaction tx)
           
 Delivery MessagingQueue.DistributorWrapper.handle(DeliveryObserver observer, MessageReference reference, Transaction tx)
           
 Delivery RoundRobinDistributor.handle(DeliveryObserver observer, MessageReference ref, Transaction tx)
           
 Delivery ChannelSupport.handle(DeliveryObserver sender, MessageReference ref, Transaction tx)
           
protected  Delivery ChannelSupport.handleInternal(DeliveryObserver sender, MessageReference ref, Transaction tx, boolean persist)
           
 

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



Copyright © 2006 JBoss Inc. All Rights Reserved.