pitcher.statushandler (version 0.1, 12 May 2003)
index
e:\bothans\pitcher\statushandler.py

Status handler

 
Modules
            
bsddb
common
logging
shelve
 
Classes
            
common.messagehandling.AutoMethodMessageHandler(common.messagehandling.MessageHandler)
PitcherStatusHandler(common.messagehandling.AutoMethodMessageHandler, common.mrsw.RWLock)
common.mrsw.RWLock
PitcherStatusHandler(common.messagehandling.AutoMethodMessageHandler, common.mrsw.RWLock)
 
class PitcherStatusHandler(common.messagehandling.AutoMethodMessageHandler, common.mrsw.RWLock)
       
  
Method resolution order:
PitcherStatusHandler
common.messagehandling.AutoMethodMessageHandler
common.messagehandling.MessageHandler
common.mrsw.RWLock

Methods defined here:
__init__(self, peers, options)
handle_pluginoutput(self, message)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'pitcher.statushandler'

Methods inherited from common.messagehandling.AutoMethodMessageHandler:
handleMessage(self, message)

Data and non-method functions inherited from common.messagehandling.AutoMethodMessageHandler:
METHOD_PREFIX = 'handle_'

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__ = '12 May 2003'
__file__ = r'e:\bothans\pitcher\statushandler.pyc'
__license__ = 'This file is part of Bothans\n\n Bothans is fre...lace, Suite 330, Boston, MA 02111-1307 USA\n '
__name__ = 'pitcher.statushandler'
__status__ = 'beta'
__version__ = '0.1'
log = <logging.Logger instance at 0x008C84C0>
 
Author
             David Ferlier <david@netbsd-fr.org>