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

CAServer Class Reference

#include <ca_server.h>

Inheritance diagram for CAServer:

Inheritance graph
[legend]
Collaboration diagram for CAServer:

Collaboration graph
[legend]
List of all members.

Public Methods

 CAServer ()
 ~CAServer ()
void serverCycle ()
CAServer* GetTarget (const SOAPEnvelope &request)
void soap_scanSense (const SOAPMethod &request, SOAPMethod &response)

Detailed Description

Author:
Vlad Mereuta


Constructor & Destructor Documentation

CAServer::CAServer ( )
 

constructor: registers functions.

CAServer::~CAServer ( )
 

destructor:ts.


Member Function Documentation

CAServer * CAServer::GetTarget ( const SOAPEnvelope & request ) [inline]
 

returns pointer to this instance of the class.

Parameters:
request  

void CAServer::serverCycle ( ) [virtual]
 

the server processing cycle.

all the computation done by the server at each cycle goes here this function is called automatically when the last agent finished its cycle

Reimplemented from DALT_Server::DALTServer.

void CAServer::soap_scanSense ( const SOAPMethod & request,
SOAPMethod & response ) [virtual]
 

scan a given sense for a given entity.

Parameters:
request  
response  

Reimplemented from DALT_Server::DALTServer.


The documentation for this class was generated from the following file:
Generated at Thu Jan 31 15:22:38 2002 for DALT Server by doxygen1.2.8 written by Dimitri van Heesch, © 1997-2001