org.apache.qpid.proton.amqp.transaction
Class TransactionalState

java.lang.Object
  extended by org.apache.qpid.proton.amqp.transaction.TransactionalState
All Implemented Interfaces:
DeliveryState

public final class TransactionalState
extends Object
implements DeliveryState


Constructor Summary
TransactionalState()
           
 
Method Summary
 Outcome getOutcome()
           
 Binary getTxnId()
           
 void setOutcome(Outcome outcome)
           
 void setTxnId(Binary txnId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionalState

public TransactionalState()
Method Detail

getTxnId

public Binary getTxnId()

setTxnId

public void setTxnId(Binary txnId)

getOutcome

public Outcome getOutcome()

setOutcome

public void setOutcome(Outcome outcome)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.