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

Class G4DS


Primary interface for services to communicate with G4DS.
Method Summary
  __init__(self)
Yet empty Constructor.
  __str__(self)
Some basic information about the object
  newMessage(self, serviceid, destinationMember, destinationCommunity, message)
Sends a new message through the service integrator.
  registerClient(self, serviceid, clientcallback)
A new client has connected through C/S facilities.
  shutdown(self)
Shutdown G4DS.
  startup(self)
Starts up G4DS.
  unregisterClient(self, serviceid)
Disconnects a client from a certain service.

Method Details

__init__(self)
(Constructor)

Yet empty Constructor.

__str__(self)
(Informal representation operator)

Some basic information about the object

newMessage(self, serviceid, destinationMember, destinationCommunity, message)

Sends a new message through the service integrator.

registerClient(self, serviceid, clientcallback)

A new client has connected through C/S facilities.

Let's go and register it with the service integrator.

shutdown(self)

Shutdown G4DS.

Connections are all shutdown (especially the network servers waiting for incoming connections) and eventual dynamic data is written back to the database.

startup(self)

Starts up G4DS.

Regarding to the settings in the configuration files the connections are established and the database is loaded.

unregisterClient(self, serviceid)

Disconnects a client from a certain service.

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