| Home | Trees | Index | Help |
|
|---|
| Package g4ds :: Module serviceintegrator :: Class ServiceIntegrator |
|
| Method Summary | |
|---|---|
Create the dictionary for connected clients. | |
Passing the incoming message to the appropriate service. | |
Puts the client into the dictionary of clients. | |
Any service message should be sent using this function to connect to the outside world. | |
Disconnect the client from the given service id. | |
| Method Details |
|---|
__init__(self)
Create the dictionary for connected clients.
|
dispatch(self, serviceid, servicename, data, messageid)Passing the incoming message to the appropriate service. |
registerClient(self, serviceid, callback)Puts the client into the dictionary of clients. |
sendMessage(self, dest_memberid, serviceid, servicename, message, communityid=None, messagereference=None)Any service message should be sent using this function to connect to the outside world. The appropriate functions inside the global message controller are invoked. |
unregisterClient(self, serviceid)Disconnect the client from the given service id. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Oct 22 22:52:46 2005 | http://epydoc.sf.net |