Public Member Functions | |
def | __init__ |
def | run |
def | _refresh_keywords |
def | _refresh_configuration |
def | stop_thread |
def | parse_directory |
def | gunzip |
This class is used to create a thread, which is doing all the necessery work in the background.
Definition at line 573 of file server_classes.py.
|
Constructor Definition at line 575 of file server_classes.py. |
|
This function gets the needed information from the configfile! Definition at line 699 of file server_classes.py. |
|
This function gets keywords from the keyword file ! Definition at line 685 of file server_classes.py. |
|
This function unzips a *.gz file using the system tool gunzip. Make sure when calling the function the file exists in this directory. The function creates a temporary file and leave the orignal *.gz file untouched! Definition at line 767 of file server_classes.py. |
|
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 736 of file server_classes.py. |
|
This function overwrites the standard run method. Definition at line 597 of file server_classes.py. |
|
Stop the thread Definition at line 730 of file server_classes.py. |