Public Member Functions | |
def | __init__ |
def | print_name |
def | print_options |
def | start |
def | stop |
def | reset |
def | activate |
def | deactivate |
def | defaultHandler |
def | convert_to_timeout |
def | execute |
Public Member Functions inherited from BaseMTTUtility.BaseMTTUtility | |
def | __init__ |
def | print_name |
Public Attributes | |
options | |
timer | |
handler | |
defaultTimeout | |
testDef | |
activated | |
timeout | |
Definition at line 28 of file Watchdog.py.
def Watchdog.Watchdog.__init__ | ( | self, | |
timeout = 360 , |
|||
testDef = None |
|||
) |
Definition at line 30 of file Watchdog.py.
def Watchdog.Watchdog.activate | ( | self | ) |
Definition at line 88 of file Watchdog.py.
def Watchdog.Watchdog.convert_to_timeout | ( | self, | |
timeout | |||
) |
def Watchdog.Watchdog.deactivate | ( | self | ) |
def Watchdog.Watchdog.defaultHandler | ( | self | ) |
def Watchdog.Watchdog.execute | ( | self, | |
log, | |||
keyvals, | |||
testDef | |||
) |
Definition at line 125 of file Watchdog.py.
def Watchdog.Watchdog.print_name | ( | self | ) |
Definition at line 42 of file Watchdog.py.
def Watchdog.Watchdog.print_options | ( | self, | |
testDef, | |||
prefix | |||
) |
Definition at line 45 of file Watchdog.py.
def Watchdog.Watchdog.reset | ( | self, | |
timerId | |||
) |
def Watchdog.Watchdog.start | ( | self, | |
handler = None , |
|||
timerId = None , |
|||
timeout = None |
|||
) |
Definition at line 52 of file Watchdog.py.
def Watchdog.Watchdog.stop | ( | self, | |
timerId | |||
) |
Watchdog.Watchdog.activated |
Definition at line 40 of file Watchdog.py.
Watchdog.Watchdog.defaultTimeout |
Definition at line 38 of file Watchdog.py.
Watchdog.Watchdog.handler |
Definition at line 37 of file Watchdog.py.
Watchdog.Watchdog.options |
Definition at line 33 of file Watchdog.py.
Watchdog.Watchdog.testDef |
Definition at line 39 of file Watchdog.py.
Watchdog.Watchdog.timeout |
Definition at line 131 of file Watchdog.py.
Watchdog.Watchdog.timer |
Definition at line 36 of file Watchdog.py.