Package proton :: Class EventType
[frames] | no frames]

type EventType

source code

object --+
         |
        EventType

Instance Methods
 
__init__(self, name=None, number=None, method=None) source code
 
__repr__(self) source code
Class Variables
  TYPES = {1: PN_REACTOR_INIT, 2: PN_REACTOR_QUIESCED, 3: PN_REA...
Method Details

__init__(self, name=None, number=None, method=None)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 
Overrides: object.__repr__
(inherited documentation)

Class Variable Details

TYPES

Value:
{1: PN_REACTOR_INIT,
 2: PN_REACTOR_QUIESCED,
 3: PN_REACTOR_FINAL,
 4: PN_TIMER_TASK,
 5: PN_CONNECTION_INIT,
 6: PN_CONNECTION_BOUND,
 7: PN_CONNECTION_UNBOUND,
 8: PN_CONNECTION_LOCAL_OPEN,
...