Package g4ds :: Module routingcontroller :: Class RoutingMessageDispatcher
[show private | hide private]
[frames | no frames]

Class RoutingMessageDispatcher


Dispatcher for incoming Routing messages (special kind of control messages).

Routing messages are one kind of control messages. They encapsulate the data inside them. Whenever the dispatcher for control messages recognises a routing message, it should be passed to this class for further processing.
Method Summary
  __init__(self)
Yet empty constructor.
  dispatch(self, message, incomingmessageid)
Unwrappes the message and tries to deliver directly, or if not possible through another routing hop.

Method Details

__init__(self)
(Constructor)

Yet empty constructor.

dispatch(self, message, incomingmessageid)

Unwrappes the message and tries to deliver directly, or if not possible through another routing hop.

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