Class Declared
- java.lang.Object
-
- org.apache.qpid.proton.amqp.transaction.Declared
-
- All Implemented Interfaces:
Outcome
,DeliveryState
public final class Declared extends java.lang.Object implements DeliveryState, Outcome
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.qpid.proton.amqp.transport.DeliveryState
DeliveryState.DeliveryStateType
-
-
Field Summary
Fields Modifier and Type Field Description static Symbol
DESCRIPTOR_SYMBOL
-
Constructor Summary
Constructors Constructor Description Declared()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Binary
getTxnId()
DeliveryState.DeliveryStateType
getType()
void
setTxnId(Binary txnId)
java.lang.String
toString()
-
-
-
Field Detail
-
DESCRIPTOR_SYMBOL
public static final Symbol DESCRIPTOR_SYMBOL
-
-
Method Detail
-
getTxnId
public Binary getTxnId()
-
setTxnId
public void setTxnId(Binary txnId)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getType
public DeliveryState.DeliveryStateType getType()
- Specified by:
getType
in interfaceDeliveryState
- Returns:
- the
DeliveryState.DeliveryStateType
that this instance represents.
-
-