Package g4ds :: Module protocolcontroller :: Class Dispatcher
[show private | hide private]
[frames | no frames]

Class Dispatcher


Dispatcher so be registered with the protocols.

Only in charge to pass any incoming message to the global Dispatcher.
Method Summary
  __init__(self)
Yet empty Constructor.
  dispatch(self, protocol, message)
Passes messages to the GlobalDispatcher in the messagehandler module.

Method Details

__init__(self)
(Constructor)

Yet empty Constructor.

dispatch(self, protocol, message)

Passes messages to the GlobalDispatcher in the messagehandler module.
Parameters:
protocol - Name of the protocol, which has been identified as carrier for the message
           (type=String)
message - Message itself
           (type=String)

Generated by Epydoc 2.0 on Sat Oct 22 22:52:47 2005 http://epydoc.sf.net