VGServer::GraphServer Class Reference

GraphServer contains the main loop of a graph server which waits for a new connection. More...

#include <GraphServer.h>

Inheritance diagram for VGServer::GraphServer:

VGServer::GraphContainer VGServer::GraphData List of all members.

Public Member Functions

 GraphServer (const class GraphProperties &properties)
int run ()
 start the accept loop.
virtual ~GraphServer ()

Detailed Description

GraphServer contains the main loop of a graph server which waits for a new connection.

It contains the factory method to create a new application specific connection class. This abstract class must be derived by the application, which will initialize the global graph and filled with the factory code. Currently the run function is empty. This class will be derived into GraphCORBAServer and possibly GraphXMLRPCServer.

Definition at line 17 of file GraphServer.h.


Constructor & Destructor Documentation

VGServer::GraphServer::GraphServer ( const class GraphProperties properties  ) 

Definition at line 7 of file GraphServer.cc.

VGServer::GraphServer::~GraphServer (  )  [virtual]

Definition at line 12 of file GraphServer.cc.


Member Function Documentation

int VGServer::GraphServer::run (  ) 

start the accept loop.

Definition at line 16 of file GraphServer.cc.


The documentation for this class was generated from the following files:
Generated on Wed Sep 27 14:34:01 2006 for VGServer by  doxygen 1.4.7