Class TransactionalState
java.lang.Object
org.apache.qpid.proton.amqp.transaction.TransactionalState
- All Implemented Interfaces:
DeliveryState
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.qpid.proton.amqp.transport.DeliveryState
DeliveryState.DeliveryStateType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTxnId()
getType()
void
setOutcome
(Outcome outcome) void
toString()
-
Constructor Details
-
TransactionalState
public TransactionalState()
-
-
Method Details
-
getTxnId
-
setTxnId
-
getOutcome
-
setOutcome
-
toString
-
getType
- Specified by:
getType
in interfaceDeliveryState
- Returns:
- the
DeliveryState.DeliveryStateType
that this instance represents.
-