org.jboss.messaging.core.contract
Interface DeliveryObserver

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

public interface DeliveryObserver

Version:
$Revision: 2868 $ $Id: DeliveryObserver.java 2868 2007-07-10 20:22:16Z timfox $
Author:
Ovidiu Feodorov, Tim Fox

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

Method Detail

acknowledge

void acknowledge(Delivery d,
                 Transaction tx)
                 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.