pymtt
 All Classes Namespaces Files Functions Variables Groups
Public Member Functions | Public Attributes | List of all members
Watchdog.Watchdog Class Reference
+ Inheritance diagram for Watchdog.Watchdog:
+ Collaboration diagram for Watchdog.Watchdog:

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
 

Detailed Description

Definition at line 28 of file Watchdog.py.

Constructor & Destructor Documentation

def Watchdog.Watchdog.__init__ (   self,
  timeout = 360,
  testDef = None 
)

Definition at line 30 of file Watchdog.py.

Member Function Documentation

def Watchdog.Watchdog.activate (   self)

Definition at line 88 of file Watchdog.py.

def Watchdog.Watchdog.convert_to_timeout (   self,
  timeout 
)

Definition at line 107 of file Watchdog.py.

+ Here is the caller graph for this function:

def Watchdog.Watchdog.deactivate (   self)

Definition at line 94 of file Watchdog.py.

+ Here is the call graph for this function:

def Watchdog.Watchdog.defaultHandler (   self)

Definition at line 103 of file Watchdog.py.

+ Here is the caller graph for this function:

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 
)

Definition at line 83 of file Watchdog.py.

+ Here is the call graph for this function:

def Watchdog.Watchdog.start (   self,
  handler = None,
  timerId = None,
  timeout = None 
)

Definition at line 52 of file Watchdog.py.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def Watchdog.Watchdog.stop (   self,
  timerId 
)

Definition at line 77 of file Watchdog.py.

+ Here is the caller graph for this function:

Member Data Documentation

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.


The documentation for this class was generated from the following file: