Package flumotion :: Package common :: Module managerspawner :: Class LocalManagerSpawner
[hide private]

type LocalManagerSpawner

source code

         object --+    
                  |    
signals.SignalMixin --+
                      |
                     LocalManagerSpawner

I am a class which can start a local manager and a worker which connects to it. It's mainly used by the greeter in a debug mode and by the testsuite

Instance Methods [hide private]
 
__init__(self, port) source code
 
getPort(self) source code
 
getConfDir(self) source code
 
getLogDir(self) source code
 
getRunDir(self) source code
 
start(self) source code
 
stop(self, cleanUp=False) source code
 
_finished(self) source code
 
_error(self, failure, failMessage, args) source code
 
_setDescription(self, description) source code
 
_spawnProcess(self, result, args, description, failMessage) source code
 
_cleanUp(self) source code

Inherited from signals.SignalMixin: __providedBy__, __provides__, connect, disconnect, disconnectByFunction, emit

Class Variables [hide private]
  __signals__ = ['description-changed', 'error', 'finished']

Inherited from signals.SignalMixin: __implemented__

Method Details [hide private]

__init__(self, port)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)