Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Server Class Reference

Server classes are used for threaded entities such as network management interfaces, which may be started and stopped under server control. threaded server service. More...

#include <bayonne.h>

Inheritance diagram for Server:

Thread List of all members.

Protected Methods

 Server (int pri)
virtual void Stop (void)
 Used for stopServers call interface.


Friends

void startServers (void)
void stopServers (void)

Detailed Description

Server classes are used for threaded entities such as network management interfaces, which may be started and stopped under server control. threaded server service.

Sometimes server is mixed into other dso classes to stabilize start/stop of service threads.

Author(s):
David Sugar <dyfet@ostel.com>


Constructor & Destructor Documentation

Server::Server ( int pri ) [protected]
 


Member Function Documentation

void Server::Stop ( void ) [inline, protected, virtual]
 

Used for stopServers call interface.


Friends And Related Function Documentation

void startServers ( void ) [friend]
 

void stopServers ( void ) [friend]
 


The documentation for this class was generated from the following file:
Generated at Wed Apr 25 22:24:41 2001 for Bayonne by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000