com.caucho.amqp.common
Class DeliveryNode

java.lang.Object
  extended by com.caucho.amqp.common.DeliveryNode

public class DeliveryNode
extends java.lang.Object

node for an unsettled transfer


Method Summary
 long getDeliveryId()
           
 AmqpLink getLink()
           
 long getMessageId()
           
 void onAccepted(long xid)
           
 void onModified(long xid, boolean isFailed, boolean isUndeliverableHere)
           
 void onReceived(long xid)
           
 void onRejected(long xid, AmqpError error)
           
 void onReleased(long xid)
           
 void onXa(long xid, byte[] txnId, DeliveryState outcome)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDeliveryId

public long getDeliveryId()

getMessageId

public long getMessageId()

getLink

public AmqpLink getLink()

onAccepted

public void onAccepted(long xid)

onReleased

public void onReleased(long xid)

onRejected

public void onRejected(long xid,
                       AmqpError error)

onModified

public void onModified(long xid,
                       boolean isFailed,
                       boolean isUndeliverableHere)

onReceived

public void onReceived(long xid)

onXa

public void onXa(long xid,
                 byte[] txnId,
                 DeliveryState outcome)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object