org.jboss.messaging.core
Interface SingleReceiverDelivery
- All Superinterfaces:
- Delivery
- All Known Subinterfaces:
- StatefulReceiverDelivery
- All Known Implementing Classes:
- ReplicatorOutputDelivery, SimpleDelivery
- public interface SingleReceiverDelivery
- extends Delivery
A message delivery where the message has been delivered to only one receiver. It can be "done"
or active. This type of delivery is returned by a stateless receiver.
- Version:
- $Revision: 1.4 $
$Id: SingleReceiverDelivery.java,v 1.4 2006/01/17 12:15:31 timfox Exp $
- Author:
- Ovidiu Feodorov, Tim Fox
acknowledge
public void acknowledge(Transaction tx)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
cancel
public void cancel()
throws java.lang.Throwable
- Throws:
java.lang.Throwable
Copyright © 2006 JBoss Inc. All Rights Reserved.