| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
threading._Verbose --+
|
threading.Thread --+
|
Worker
This class is the background worker thread for SysPolicy.
It will implement all the ChangeSets that are enqueued and update their status according to the success or failure.
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
queue = Nonethe queue of ChangeSets that need processing |
|||
pt = Nonereference to the PolicyTool of this Worker |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Initialize the Worker and it's Queues.
|
This is the main function of the Worker class in which any queued ChangeSets are processed. This function runs in a separate daemon thread in the background.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Jun 10 15:53:32 2010 | http://epydoc.sourceforge.net |