public final class TransactionalState extends java.lang.Object implements DeliveryState
DeliveryState.DeliveryStateType
Constructor and Description |
---|
TransactionalState() |
Modifier and Type | Method and Description |
---|---|
Outcome |
getOutcome() |
Binary |
getTxnId() |
DeliveryState.DeliveryStateType |
getType() |
void |
setOutcome(Outcome outcome) |
void |
setTxnId(Binary txnId) |
java.lang.String |
toString() |
public Binary getTxnId()
public void setTxnId(Binary txnId)
public Outcome getOutcome()
public void setOutcome(Outcome outcome)
public java.lang.String toString()
toString
in class java.lang.Object
public DeliveryState.DeliveryStateType getType()
getType
in interface DeliveryState
DeliveryState.DeliveryStateType
that this instance represents.