org.jboss.messaging.core
Interface DeliveryObserver

All Known Subinterfaces:
Channel
All Known Implementing Classes:
ChannelSupport, ReplicatorOutput.MessageListenerImpl

public interface DeliveryObserver

Version:
$Revision: 1021 $ $Id: DeliveryObserver.java 1021 2006-07-19 16:21:23Z timfox $
Author:
Ovidiu Feodorov, Tim Fox

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

Method Detail

acknowledge

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

cancel

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


Copyright © 2006 JBoss Inc. All Rights Reserved.