org.jboss.messaging.core.contract
Interface DeliveryObserver

All Known Subinterfaces:
Channel, Queue
All Known Implementing Classes:
ChannelSupport, MessagingQueue, PagingChannelSupport

public interface DeliveryObserver

Version:
$Revision: 3337 $ $Id: DeliveryObserver.java 3337 2007-11-16 12:22:58Z timfox $
Author:
Ovidiu Feodorov, Tim Fox

Method Summary
 void acknowledge(Delivery d, Transaction tx)
           
 void acknowledgeNoPersist(Delivery d)
           
 void cancel(Delivery d)
           
 

Method Detail

acknowledge

void acknowledge(Delivery d,
                 Transaction tx)
                 throws java.lang.Throwable
Throws:
java.lang.Throwable

acknowledgeNoPersist

void acknowledgeNoPersist(Delivery d)
                          throws java.lang.Throwable
Throws:
java.lang.Throwable

cancel

void cancel(Delivery d)
            throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2006 JBoss Inc. All Rights Reserved.