Module proton :: Class Delivery
[frames] | no frames]

Class Delivery

source code

object --+
         |
        Delivery

Instance Methods
 
__init__(self, dlv)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
tag(self) source code
 
writable(self) source code
 
readable(self) source code
 
updated(self) source code
 
update(self, state) source code
 
pending(self) source code
 
partial(self) source code
 
local_state(self) source code
 
remote_state(self) source code
 
settled(self) source code
 
settle(self)
Release the delivery
source code
 
work_next(self) source code
 
link(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  RECEIVED = PN_RECEIVED
  ACCEPTED = PN_ACCEPTED
  REJECTED = PN_REJECTED
  RELEASED = PN_RELEASED
  MODIFIED = PN_MODIFIED
Properties

Inherited from object: __class__

Method Details

__init__(self, dlv)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

tag(self)

source code 
Decorators:
  • @property

writable(self)

source code 
Decorators:
  • @property

readable(self)

source code 
Decorators:
  • @property

updated(self)

source code 
Decorators:
  • @property

pending(self)

source code 
Decorators:
  • @property

partial(self)

source code 
Decorators:
  • @property

local_state(self)

source code 
Decorators:
  • @property

remote_state(self)

source code 
Decorators:
  • @property

settled(self)

source code 
Decorators:
  • @property

work_next(self)

source code 
Decorators:
  • @property

link(self)

source code 
Decorators:
  • @property