Package PyFoam :: Package Execution :: Module FoamServer :: Class FoamServer
[hide private]
[frames] | no frames]

Class FoamServer



        object --+        
                 |        
threading._Verbose --+    
                     |    
      threading.Thread --+
                         |
                        FoamServer

This is the class that serves the requests about the FOAM-Run

Instance Methods [hide private]
  __init__(self, run=None, master=None, lines=100)
  _insertLine(self, line)
Inserts a new line, not to be called via XMLRPC
  run(self)

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, join, setDaemon, setName, start

Inherited from threading.Thread (private): _set_daemon

Inherited from threading._Verbose (private): _note

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, run=None, master=None, lines=100)
(Constructor)

 
Parameters:
  • run - The thread that controls the run
  • master - The Runner-Object that controls everything
  • lines - the number of lines the server should remember
Overrides: threading.Thread.__init__

_insertLine(self, line)

 
Inserts a new line, not to be called via XMLRPC

run(self)

 
None
Overrides: threading.Thread.run