pitcher.handshake (version 0.1, 23 April 2003)
index
e:\bothans\pitcher\handshake.py

Stuff for handshake between core & pitcher

 
Modules
            
cPickle
common
logging
pitcher.messages
os
time
 
Classes
            
common.messagehandling.AutoMethodMessageHandler(common.messagehandling.MessageHandler)
PitcherHandShakeHandler
 
class PitcherHandShakeHandler(common.messagehandling.AutoMethodMessageHandler)
       
  
Method resolution order:
PitcherHandShakeHandler
common.messagehandling.AutoMethodMessageHandler
common.messagehandling.MessageHandler

Methods defined here:
__init__(self, worker, config, pem)
handle_hello(self, message)
 On a hello message we should respond with a pitcherinfo message
handle_pitcherconfig(self, message)

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

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

Data and non-method functions inherited from common.messagehandling.AutoMethodMessageHandler:
METHOD_PREFIX = 'handle_'
 
Data
             __author__ = 'David Ferlier <david@netbsd-fr.org>'
__date__ = '23 April 2003'
__file__ = r'e:\bothans\pitcher\handshake.pyc'
__license__ = 'This file is part of Bothans\n\n Bothans is fre...lace, Suite 330, Boston, MA 02111-1307 USA\n '
__name__ = 'pitcher.handshake'
__status__ = 'beta'
__version__ = '0.1'
log = <logging.Logger instance at 0x008C5580>
 
Author
             David Ferlier <david@netbsd-fr.org>