Package bw :: Package poseidon :: Module PoseidonService :: Class PyroNSThread
[frames] | no frames]

Class PyroNSThread

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

The Brainwave Service will run in this thread

Instance Methods
 
__init__(self, parameters, args, stopcallback)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
run(self)
 
startPyroNS(self)

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

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

Properties

Inherited from object: __class__

Method Details

__init__(self, parameters, args, stopcallback)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

run(self)

 
Overrides: threading.Thread.run