Class Released
- java.lang.Object
-
- org.apache.qpid.proton.amqp.messaging.Released
-
- All Implemented Interfaces:
Outcome
,DeliveryState
public final class Released 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 Released()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Released
getInstance()
DeliveryState.DeliveryStateType
getType()
java.lang.String
toString()
-
-
-
Field Detail
-
DESCRIPTOR_SYMBOL
public static final Symbol DESCRIPTOR_SYMBOL
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getInstance
public static Released getInstance()
-
getType
public DeliveryState.DeliveryStateType getType()
- Specified by:
getType
in interfaceDeliveryState
- Returns:
- the
DeliveryState.DeliveryStateType
that this instance represents.
-
-