org.apache.qpid.proton.engine
Interface Delivery
public interface Delivery
Delivery
getTag
byte[] getTag()
getLink
Link getLink()
getLocalState
DeliveryState getLocalState()
getRemoteState
DeliveryState getRemoteState()
remotelySettled
boolean remotelySettled()
getMessageFormat
int getMessageFormat()
disposition
void disposition(DeliveryState state)
- updates the state of the delivery
- Parameters:
state - the new delivery state
settle
void settle()
isSettled
boolean isSettled()
free
void free()
getWorkNext
Delivery getWorkNext()
isWritable
boolean isWritable()
isReadable
boolean isReadable()
setContext
void setContext(Object o)
getContext
Object getContext()
isUpdated
boolean isUpdated()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.