Class TransactionalState
- java.lang.Object
-
- org.apache.qpid.proton.amqp.transaction.TransactionalState
-
- All Implemented Interfaces:
DeliveryState
public final class TransactionalState extends java.lang.Object implements DeliveryState
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.qpid.proton.amqp.transport.DeliveryState
DeliveryState.DeliveryStateType
-
-
Constructor Summary
Constructors Constructor Description TransactionalState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutcomegetOutcome()BinarygetTxnId()DeliveryState.DeliveryStateTypegetType()voidsetOutcome(Outcome outcome)voidsetTxnId(Binary txnId)java.lang.StringtoString()
-
-
-
Method Detail
-
getTxnId
public Binary getTxnId()
-
setTxnId
public void setTxnId(Binary txnId)
-
getOutcome
public Outcome getOutcome()
-
setOutcome
public void setOutcome(Outcome outcome)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getType
public DeliveryState.DeliveryStateType getType()
- Specified by:
getTypein interfaceDeliveryState- Returns:
- the
DeliveryState.DeliveryStateTypethat this instance represents.
-
-