org.jboss.messaging.core
Interface StatefulReceiverDelivery
- All Superinterfaces:
- Delivery, SingleReceiverDelivery
- All Known Implementing Classes:
- ReplicatorOutputDelivery
- public interface StatefulReceiverDelivery
- extends SingleReceiverDelivery
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 stateful receiver.
- Version:
- $Revision: 495 $
$Id: StatefulReceiverDelivery.java 495 2005-12-03 04:12:39Z ovidiu $
- Author:
- Ovidiu Feodorov
getReceiverID
public java.io.Serializable getReceiverID()
Copyright © 2006 JBoss Inc. All Rights Reserved.