Uses of Interface
org.apache.qpid.protonj2.client.DeliveryState
Packages that use DeliveryState
Package
Description
-
Uses of DeliveryState in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return DeliveryStateModifier and TypeMethodDescriptionstatic DeliveryState
DeliveryState.accepted()
Source.defaultOutcome()
SourceOptions.defaultOutcome()
static DeliveryState
DeliveryState.modified
(boolean failed, boolean undeliverable) Create a new Modified outcome with the given failure state.static DeliveryState
Create a new Modified outcome with the given failure state.static DeliveryState
Create a new Rejected outcome with the given condition and description.static DeliveryState
Create a new Rejected outcome with the given condition and description.static DeliveryState
DeliveryState.released()
Delivery.remoteState()
Gets the current remote state for the delivery.StreamDelivery.remoteState()
Gets the current remote state for the delivery.StreamTracker.remoteState()
Gets the current remote state for the tracked delivery.Tracker.remoteState()
Gets the current remote state for the tracked delivery.Delivery.state()
Gets the current local state for the delivery.StreamDelivery.state()
Gets the current local state for the delivery.StreamTracker.state()
Gets the current local state for the tracked delivery.Tracker.state()
Gets the current local state for the tracked delivery.Methods in org.apache.qpid.protonj2.client with parameters of type DeliveryStateModifier and TypeMethodDescriptionSourceOptions.defaultOutcome
(DeliveryState defaultOutcome) Delivery.disposition
(DeliveryState state, boolean settle) Updates the DeliveryState, and optionally settle the delivery as well.StreamDelivery.disposition
(DeliveryState state, boolean settle) Updates the DeliveryState, and optionally settle the delivery as well.StreamTracker.disposition
(DeliveryState state, boolean settle) Updates the DeliveryState, and optionally settle the delivery as well.Tracker.disposition
(DeliveryState state, boolean settle) Updates the DeliveryState, and optionally settle the delivery as well. -
Uses of DeliveryState in org.apache.qpid.protonj2.client.exceptions
Methods in org.apache.qpid.protonj2.client.exceptions that return DeliveryStateConstructors in org.apache.qpid.protonj2.client.exceptions with parameters of type DeliveryStateModifierConstructorDescriptionClientDeliveryStateException
(String message, Throwable cause, DeliveryState outcome) Create a new instance of the client delivery state error.ClientDeliveryStateException
(String message, DeliveryState outcome) Create a new instance of the client delivery state error. -
Uses of DeliveryState in org.apache.qpid.protonj2.client.impl
Classes in org.apache.qpid.protonj2.client.impl that implement DeliveryStateModifier and TypeClassDescriptionclass
Client internal implementation of a DeliveryState type.static class
Client definedAccepted
delivery state definitionstatic class
Client definedModified
delivery state definitionstatic class
Client definedRejected
delivery state definitionstatic class
Client definedReleased
delivery state definitionstatic class
Client definedTransactionalState
delivery state definitionFields in org.apache.qpid.protonj2.client.impl with type parameters of type DeliveryStateModifier and TypeFieldDescriptionprotected static final AtomicReferenceFieldUpdater<ClientTrackable,
DeliveryState> ClientTrackable.REMOTEL_DELIVERY_STATE_UPDATER
Methods in org.apache.qpid.protonj2.client.impl that return DeliveryStateModifier and TypeMethodDescriptionClientDeliverable.remoteState()
ClientNoOpStreamTracker.remoteState()
ClientNoOpTracker.remoteState()
ClientTrackable.remoteState()
ClientDeliverable.state()
ClientNoOpStreamTracker.state()
ClientNoOpTracker.state()
ClientTrackable.state()
Methods in org.apache.qpid.protonj2.client.impl with parameters of type DeliveryStateModifier and TypeMethodDescriptionClientDeliverable.disposition
(DeliveryState state, boolean settle) ClientNoOpStreamTracker.disposition
(DeliveryState state, boolean settle) ClientNoOpTracker.disposition
(DeliveryState state, boolean settle) ClientTrackable.disposition
(DeliveryState state, boolean settle)