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

Class OutgoingControlMessagesHandler


Handles outgoing G4DS control messages.
Method Summary
  __init__(self)
Yet empty Constructor.
  sendMessage(self, dest_memberid, subsystemid, subsystemname, message, messagereference, communityid)
Any subsystem controller should use this function to connect to the outside world.

Method Details

__init__(self)
(Constructor)

Yet empty Constructor.

sendMessage(self, dest_memberid, subsystemid, subsystemname, message, messagereference=None, communityid=None)

Any subsystem controller should use this function to connect to the outside world.

The appropriate functions inside the global message controller are invoked.
Parameters:
communityid - Which community to use for sending this message, give None and the most appropriate will be applied
           (type=String)

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