Public Member Functions | |
def | __del__ |
def | __init__ |
def | __repr__ |
def | Connected |
def | Death |
def | die |
def | Heartbeat |
def | is_dead |
def | shutdown |
def | SisterDied |
def | StartDying |
def | wait_for_death |
def | wait_for_life |
Public Attributes | |
condition | |
connect_timeout | |
death_started | |
death_timeout | |
disconnect_timeout | |
heartbeat_timeout | |
id | |
instance_id | |
is_shutdown | |
lock | |
on_death | |
on_life | |
pub | |
req | |
sister_died_first | |
sm | |
sub | |
thread | |
topic | |
Private Member Functions | |
def | _on_bond_status |
def | _on_connect_timeout |
def | _on_disconnect_timeout |
def | _on_heartbeat_timeout |
def | _publish |
def | _publishing_thread |
def tester.BondTester.__init__ | ( | self, | |
req | |||
) |
def tester.BondTester.__del__ | ( | self | ) |
def tester.BondTester.__repr__ | ( | self | ) |
def tester.BondTester._on_bond_status | ( | self, | |
msg | |||
) | [private] |
def tester.BondTester._on_connect_timeout | ( | self | ) | [private] |
def tester.BondTester._on_disconnect_timeout | ( | self | ) | [private] |
def tester.BondTester._on_heartbeat_timeout | ( | self | ) | [private] |
def tester.BondTester._publish | ( | self, | |
active | |||
) | [private] |
def tester.BondTester._publishing_thread | ( | self | ) | [private] |
def tester.BondTester.Connected | ( | self | ) |
def tester.BondTester.Death | ( | self | ) |
def tester.BondTester.die | ( | self | ) |
def tester.BondTester.Heartbeat | ( | self | ) |
def tester.BondTester.is_dead | ( | self | ) |
def tester.BondTester.shutdown | ( | self | ) |
def tester.BondTester.SisterDied | ( | self | ) |
def tester.BondTester.StartDying | ( | self | ) |
def tester.BondTester.wait_for_death | ( | self, | |
timeout = None |
|||
) |
def tester.BondTester.wait_for_life | ( | self, | |
timeout = None |
|||
) |