core.catcher (version 0.1, 07 May 2003)
index
e:\bothans\core\catcher.pyc

Main definitions for the catcher

 
Modules
            
common
core.config
core.connectlistener
core.core
logging
sys
core.system
core.uilistener
 
Classes
            
common.mrsw.RWLock
Catcher
 
class Catcher(common.mrsw.RWLock)
       
   Methods defined here:
__init__(self)
_doAll(self, funcs)
_initConfig(self)
_initLock(self)
_initPeerClasses(self)
_initPitcherWork(self)
_initRouters(self)
_initSys(self)
_initUIWork(self)
_initWorker(self)
_startPitcher(self)
_startRouters(self)
_startUI(self)
_startWorker(self)
_stopConfig(self)
_stopPeers(self)
_stopPitcher(self)
_stopRouters(self)
_stopUI(self)
_stopWorker(self)
init(self)
signalCatcher(self, sig, frame)
start(self)
stop(self)

Data and non-method functions defined here:
ROUTER_SIZES = 200
__doc__ = None
__module__ = 'core.catcher'

Methods inherited from common.mrsw.RWLock:
readIn(self)
readOut(self)
writeIn(self)
writeOut(self)
writeToRead(self)
 
Data
             __author__ = 'David Ferlier <david@netbsd-fr.org>'
__date__ = '07 May 2003'
__file__ = r'e:\bothans\core\catcher.pyc'
__license__ = 'This file is part of Bothans\n Bothans is free...lace, Suite 330, Boston, MA 02111-1307 USA\n '
__name__ = 'core.catcher'
__status__ = 'beta'
__version__ = '0.1'
log = <logging.Logger instance at 0x008B85C0>
 
Author
             David Ferlier <david@netbsd-fr.org>