Definition at line 28 of file Watchdog.py.
def Watchdog.Watchdog.__init__ |
( |
|
self, |
|
|
|
timeout = 360 , |
|
|
|
testDef = None |
|
) |
| |
def Watchdog.Watchdog.activate |
( |
|
self | ) |
|
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 |
|
) |
| |
def Watchdog.Watchdog.print_name |
( |
|
self | ) |
|
def Watchdog.Watchdog.print_options |
( |
|
self, |
|
|
|
testDef, |
|
|
|
prefix |
|
) |
| |
def Watchdog.Watchdog.reset |
( |
|
self, |
|
|
|
timerId |
|
) |
| |
def Watchdog.Watchdog.start |
( |
|
self, |
|
|
|
handler = None , |
|
|
|
timerId = None , |
|
|
|
timeout = None |
|
) |
| |
def Watchdog.Watchdog.stop |
( |
|
self, |
|
|
|
timerId |
|
) |
| |
Watchdog.Watchdog.activated |
Watchdog.Watchdog.defaultTimeout |
Watchdog.Watchdog.handler |
Watchdog.Watchdog.options |
Watchdog.Watchdog.testDef |
Watchdog.Watchdog.timeout |
The documentation for this class was generated from the following file:
- /home/travis/build/open-mpi/mtt/pylib/Utilities/Watchdog.py