Package g4ds :: Module g4dsconfigurationcontroller :: Class ControlMessageDispatcher
[show private | hide private]
[frames | no frames]

Class ControlMessageDispatcher


Handles incoming G4DS control messages.
Method Summary
  __init__(self)
Yet empty Constructor.
  dispatch(self, node, subsystemid, subsystemname, message, incomingmessageid)
Checks for the type within the control message and passes on to the appropriate function within this class.

Method Details

__init__(self)
(Constructor)

Yet empty Constructor.

dispatch(self, node, subsystemid, subsystemname, message, incomingmessageid)

Checks for the type within the control message and passes on to the appropriate function within this class.
Parameters:
node - Data of the message as DOM tree
           (type=xml.dom.Node)
subsystemid - ID of the g4ds control subsystem
           (type=String)
subsystemname - Name of the g4ds control subsystem
           (type=String)
message - XML Message in String representation
           (type=String)

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