client_classes::WorkerThread Class Reference

List of all members.

Public Member Functions

def __init__
def run
def _parse_directory

Detailed Description

This class is responsible for starting the ClientThreads within a certain interval.

Definition at line 981 of file client_classes.py.


Member Function Documentation

def client_classes::WorkerThread::__init__   self,
  shared,
  db_object,
  interval,
  serverlist,
  cl_cert,
  cl_cert_path,
  ca_cert,
  ca_cert_path,
  verbose,
  mail_address,
  mail_ignore_error,
  smtp_server,
  smtp_pass,
  smtp_from,
  user
 

Constructor

Definition at line 984 of file client_classes.py.

def client_classes::WorkerThread::_parse_directory   self,
  arg,
  dirname,
  fnames
 

This function "walks" through a given directory and considers all srbLOG*.gz files. The name and last modified time are saved in a list (2 dimensional array). The function should be used with os.path.walk(path, function_name, arg)!

Definition at line 1035 of file client_classes.py.

def client_classes::WorkerThread::run   self  ) 
 

This function overwrites the standard run method.

Definition at line 1006 of file client_classes.py.


The documentation for this class was generated from the following file:
Generated on Sun Mar 5 15:54:49 2006 for Client by  doxygen 1.4.6-NO