The Metaserver.
Collects all the known FoamServers. Then waits for the servers to
register themselves. Checks at regular intervalls whether the processes
are still alive
|
__init__(self,
port=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
list(self)
Returns a list of the found Foam-Runs |
source code
|
|
|
collect(self)
Starts a thread that collects the data of the servers from the net |
source code
|
|
|
scan(self,
additional)
Starts a thread that collects the data of the servers from the net |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|