|
__init__(self,
impl,
number)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
transport(self)
Returns the transport associated with the event, or null if none is
associated with it. |
source code
|
|
|
connection(self)
Returns the connection associated with the event, or null if none is
associated with it. |
source code
|
|
|
session(self)
Returns the session associated with the event, or null if none is
associated with it. |
source code
|
|
|
link(self)
Returns the link associated with the event, or null if none is
associated with it. |
source code
|
|
|
sender(self)
Returns the sender link associated with the event, or null if none is
associated with it. |
source code
|
|
|
receiver(self)
Returns the receiver link associated with the event, or null if none
is associated with it. |
source code
|
|
|
delivery(self)
Returns the delivery associated with the event, or null if none is
associated with it. |
source code
|
|
|
|
Inherited from _wrapper.Wrapper :
__del__ ,
__delattr__ ,
__eq__ ,
__hash__ ,
__ne__ ,
__setattr__
Inherited from object :
__format__ ,
__getattribute__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
REACTOR_INIT = _core(PN_REACTOR_INIT, "on_reactor_init")
|
|
REACTOR_QUIESCED = _core(PN_REACTOR_QUIESCED, "on_reactor_quie...
|
|
REACTOR_FINAL = _core(PN_REACTOR_FINAL, "on_reactor_final")
|
|
TIMER_TASK = _core(PN_TIMER_TASK, "on_timer_task")
|
|
CONNECTION_INIT = _core(PN_CONNECTION_INIT, "on_connection_init")
|
|
CONNECTION_BOUND = _core(PN_CONNECTION_BOUND, "on_connection_b...
|
|
CONNECTION_UNBOUND = _core(PN_CONNECTION_UNBOUND, "on_connecti...
|
|
CONNECTION_LOCAL_OPEN = _core(PN_CONNECTION_LOCAL_OPEN, "on_co...
|
|
CONNECTION_LOCAL_CLOSE = _core(PN_CONNECTION_LOCAL_CLOSE, "on_...
|
|
CONNECTION_REMOTE_OPEN = _core(PN_CONNECTION_REMOTE_OPEN, "on_...
|
|
CONNECTION_REMOTE_CLOSE = _core(PN_CONNECTION_REMOTE_CLOSE, "o...
|
|
CONNECTION_FINAL = _core(PN_CONNECTION_FINAL, "on_connection_f...
|
|
SESSION_INIT = _core(PN_SESSION_INIT, "on_session_init")
|
|
SESSION_LOCAL_OPEN = _core(PN_SESSION_LOCAL_OPEN, "on_session_...
|
|
SESSION_LOCAL_CLOSE = _core(PN_SESSION_LOCAL_CLOSE, "on_sessio...
|
|
SESSION_REMOTE_OPEN = _core(PN_SESSION_REMOTE_OPEN, "on_sessio...
|
|
SESSION_REMOTE_CLOSE = _core(PN_SESSION_REMOTE_CLOSE, "on_sess...
|
|
SESSION_FINAL = _core(PN_SESSION_FINAL, "on_session_final")
|
|
LINK_INIT = _core(PN_LINK_INIT, "on_link_init")
|
|
LINK_LOCAL_OPEN = _core(PN_LINK_LOCAL_OPEN, "on_link_local_open")
|
|
LINK_LOCAL_CLOSE = _core(PN_LINK_LOCAL_CLOSE, "on_link_local_c...
|
|
LINK_LOCAL_DETACH = _core(PN_LINK_LOCAL_DETACH, "on_link_local...
|
|
LINK_REMOTE_OPEN = _core(PN_LINK_REMOTE_OPEN, "on_link_remote_...
|
|
LINK_REMOTE_CLOSE = _core(PN_LINK_REMOTE_CLOSE, "on_link_remot...
|
|
LINK_REMOTE_DETACH = _core(PN_LINK_REMOTE_DETACH, "on_link_rem...
|
|
LINK_FLOW = _core(PN_LINK_FLOW, "on_link_flow")
|
|
LINK_FINAL = _core(PN_LINK_FINAL, "on_link_final")
|
|
DELIVERY = _core(PN_DELIVERY, "on_delivery")
|
|
TRANSPORT = _core(PN_TRANSPORT, "on_transport")
|
|
TRANSPORT_ERROR = _core(PN_TRANSPORT_ERROR, "on_transport_error")
|
|
TRANSPORT_HEAD_CLOSED = _core(PN_TRANSPORT_HEAD_CLOSED, "on_tr...
|
|
TRANSPORT_TAIL_CLOSED = _core(PN_TRANSPORT_TAIL_CLOSED, "on_tr...
|
|
TRANSPORT_CLOSED = _core(PN_TRANSPORT_CLOSED, "on_transport_cl...
|
|
SELECTABLE_INIT = _core(PN_SELECTABLE_INIT, "on_selectable_init")
|
|
SELECTABLE_UPDATED = _core(PN_SELECTABLE_UPDATED, "on_selectab...
|
|
SELECTABLE_READABLE = _core(PN_SELECTABLE_READABLE, "on_select...
|
|
SELECTABLE_WRITABLE = _core(PN_SELECTABLE_WRITABLE, "on_select...
|
|
SELECTABLE_EXPIRED = _core(PN_SELECTABLE_EXPIRED, "on_selectab...
|
|
SELECTABLE_ERROR = _core(PN_SELECTABLE_ERROR, "on_selectable_e...
|
|
SELECTABLE_FINAL = _core(PN_SELECTABLE_FINAL, "on_selectable_f...
|