org.jboss.messaging.core.distributed.replicator
Class ReplicatorOutputDelivery
java.lang.Object
org.jboss.messaging.core.SimpleDelivery
org.jboss.messaging.core.distributed.replicator.ReplicatorOutputDelivery
- All Implemented Interfaces:
- Delivery, java.io.Serializable, SingleReceiverDelivery, StatefulReceiverDelivery
- public class ReplicatorOutputDelivery
- extends SimpleDelivery
- implements StatefulReceiverDelivery
- Version:
- $Revision: 707 $
$Id: ReplicatorOutputDelivery.java 707 2006-03-07 17:11:38Z timfox $
- Author:
- Ovidiu Feodorov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
replicatorOutputID
protected java.io.Serializable replicatorOutputID
cancelOnMessageRejection
protected boolean cancelOnMessageRejection
ReplicatorOutputDelivery
public ReplicatorOutputDelivery(DeliveryObserver observer,
MessageReference reference,
java.io.Serializable replicatorOutputID,
boolean cancelOnMessageRejection)
getReceiverID
public java.io.Serializable getReceiverID()
- Specified by:
getReceiverID
in interface StatefulReceiverDelivery
handle
public boolean handle(Acknowledgment ack)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
toString
public java.lang.String toString()
- Overrides:
toString
in class SimpleDelivery
Copyright © 2006 JBoss Inc. All Rights Reserved.