Class ClientDeliveryState.ClientModified
java.lang.Object
org.apache.qpid.protonj2.client.impl.ClientDeliveryState
org.apache.qpid.protonj2.client.impl.ClientDeliveryState.ClientModified
- All Implemented Interfaces:
- DeliveryState
- Enclosing class:
- ClientDeliveryState
Client defined 
Modified delivery state definition- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.qpid.protonj2.client.impl.ClientDeliveryStateClientDeliveryState.ClientAccepted, ClientDeliveryState.ClientModified, ClientDeliveryState.ClientRejected, ClientDeliveryState.ClientReleased, ClientDeliveryState.ClientTransactionalNested classes/interfaces inherited from interface org.apache.qpid.protonj2.client.DeliveryStateDeliveryState.Type
- 
Constructor SummaryConstructorsConstructorDescriptionClientModified(boolean failed, boolean undeliverable) Create a new instance with the given outcome values.ClientModified(boolean failed, boolean undeliverable, Map<String, Object> annotations) Create a new instance with the given outcome values.
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.qpid.protonj2.client.DeliveryStateisAccepted
- 
Constructor Details- 
ClientModifiedpublic ClientModified(boolean failed, boolean undeliverable) Create a new instance with the given outcome values.- Parameters:
- failed- has the delivery failed
- undeliverable- is the delivery no longer deliverable to this client.
 
- 
ClientModifiedCreate a new instance with the given outcome values.- Parameters:
- failed- has the delivery failed
- undeliverable- is the delivery no longer deliverable to this client.
- annotations- updated annotation values to provide to the remote.
 
 
- 
- 
Method Details- 
getType- Returns:
- the type that the given DeliveryStaterepresents.
 
 
-