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: 601 $
$Id: SingleReceiverDelivery.java 601 2006-01-17 12:15:33Z timfox $
- 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.