Class ClientDeliveryState.ClientAccepted
- java.lang.Object
-
- org.apache.qpid.protonj2.client.impl.ClientDeliveryState
-
- org.apache.qpid.protonj2.client.impl.ClientDeliveryState.ClientAccepted
-
- All Implemented Interfaces:
DeliveryState
- Enclosing class:
- ClientDeliveryState
public static class ClientDeliveryState.ClientAccepted extends ClientDeliveryState
Client definedAccepted
delivery state definition
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.qpid.protonj2.client.impl.ClientDeliveryState
ClientDeliveryState.ClientAccepted, ClientDeliveryState.ClientModified, ClientDeliveryState.ClientRejected, ClientDeliveryState.ClientReleased, ClientDeliveryState.ClientTransactional
-
Nested classes/interfaces inherited from interface org.apache.qpid.protonj2.client.DeliveryState
DeliveryState.Type
-
-
Constructor Summary
Constructors Constructor Description ClientAccepted()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientDeliveryState.ClientAccepted
getInstance()
DeliveryState.Type
getType()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.qpid.protonj2.client.DeliveryState
isAccepted
-
-
-
-
Method Detail
-
getType
public DeliveryState.Type getType()
- Returns:
- the type that the given
DeliveryState
represents.
-
getInstance
public static ClientDeliveryState.ClientAccepted getInstance()
- Returns:
- a singleton instance of the accepted type.
-
-