|
|
__init__(self,
impl)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
filter(self)
A filter on a source allows the set of messages transfered over the
link to be restricted |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
UNSPECIFIED = PN_UNSPECIFIED
|
|
|
SOURCE = PN_SOURCE
|
|
|
TARGET = PN_TARGET
|
|
|
COORDINATOR = PN_COORDINATOR
|
|
|
NONDURABLE = PN_NONDURABLE
|
|
|
CONFIGURATION = PN_CONFIGURATION
|
|
|
DELIVERIES = PN_DELIVERIES
|
|
|
DIST_MODE_UNSPECIFIED = PN_DIST_MODE_UNSPECIFIED
|
|
|
DIST_MODE_COPY = PN_DIST_MODE_COPY
|
|
|
DIST_MODE_MOVE = PN_DIST_MODE_MOVE
|
|
|
EXPIRE_WITH_LINK = PN_EXPIRE_WITH_LINK
|
|
|
EXPIRE_WITH_SESSION = PN_EXPIRE_WITH_SESSION
|
|
|
EXPIRE_WITH_CONNECTION = PN_EXPIRE_WITH_CONNECTION
|
|
|
EXPIRE_NEVER = PN_EXPIRE_NEVER
|
|
|
type = property(_get_type, _set_type)
|
|
|
address = property(_get_address, _set_address)
|
|
|
durability = property(_get_durability, _set_durability)
|
|
|
expiry_policy = property(_get_expiry_policy, _set_expiry_policy)
|
|
|
timeout = property(_get_timeout, _set_timeout)
|
|
|
dynamic = property(_is_dynamic, _set_dynamic)
|
|
|
distribution_mode = property(_get_distribution_mode, _set_dist...
|