Home | Trees | Indices | Help |
---|
|
object --+ | _wrapper.Wrapper --+ | Delivery
Tracks and/or records the delivery of a message over a link.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Static Methods | |||
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
The identifier for the delivery.
|
Returns true for an outgoing delivery to which data can now be written.
|
Returns true for an incoming delivery that has data to read.
|
Returns true if the state of the delivery has been updated (e.g. it has been settled and/or accepted, rejected etc).
|
Set the local state of the delivery e.g. ACCEPTED, REJECTED, RELEASED. |
|
Returns true for an incoming delivery if not all the data is yet available.
|
Returns the local state of the delivery.
|
Returns the state of the delivery as indicated by the remote peer.
|
Returns true if the delivery has been settled by the remote peer.
|
Settles the delivery locally. This indicates the application considers the delivery complete and does not wish to receive any further events about it. Every delivery should be settled locally. |
Returns true if the delivery has been aborted.
|
Aborts the delivery. This indicates the application wishes to invalidate any data that may have already been sent on this delivery. The delivery cannot be aborted after it has been completely delivered. |
|
Returns the link on which the delivery was sent or received.
|
Returns the session over which the delivery was sent or received.
|
Returns the connection over which the delivery was sent or received.
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Apr 8 02:11:10 2020 | http://epydoc.sourceforge.net |