hpp::corbaServer::ServerPlugin Class Referenceabstract

#include <hpp/corbaserver/server-plugin.hh>

Inheritance diagram for hpp::corbaServer::ServerPlugin:
[legend]
Collaboration diagram for hpp::corbaServer::ServerPlugin:
[legend]

Public Member Functions

virtual ~ServerPlugin ()
 
virtual void startCorbaServer (const std::string &contextId, const std::string &contextKind)=0
 Start corba server. More...
 
virtual std::string name () const =0
 
Serverparent ()
 
core::ProblemSolverPtr_t problemSolver () const throw (std::logic_error)
 
ProblemSolverMapPtr_t problemSolverMap () const
 
void setProblemSolverMap (ProblemSolverMapPtr_t psMap)
 Set planner that will be controlled by server. More...
 

Protected Member Functions

 ServerPlugin (Server *parent)
 

Protected Attributes

Serverparent_
 
ProblemSolverMapPtr_t problemSolverMap_
 

Constructor & Destructor Documentation

virtual hpp::corbaServer::ServerPlugin::~ServerPlugin ( )
inlinevirtual

Reimplemented in hpp::corbaServer::BasicServer.

hpp::corbaServer::ServerPlugin::ServerPlugin ( Server parent)
inlineprotected

Member Function Documentation

virtual std::string hpp::corbaServer::ServerPlugin::name ( ) const
pure virtual
Server* hpp::corbaServer::ServerPlugin::parent ( )
inline
core::ProblemSolverPtr_t hpp::corbaServer::ServerPlugin::problemSolver ( ) const
throw (std::logic_error
)
inline
ProblemSolverMapPtr_t hpp::corbaServer::ServerPlugin::problemSolverMap ( ) const
inline
void hpp::corbaServer::ServerPlugin::setProblemSolverMap ( ProblemSolverMapPtr_t  psMap)
inline

Set planner that will be controlled by server.

virtual void hpp::corbaServer::ServerPlugin::startCorbaServer ( const std::string &  contextId,
const std::string &  contextKind 
)
pure virtual

Start corba server.

Implemented in hpp::corbaServer::BasicServer, and hpp::corbaServer::BasicServer.

Member Data Documentation

Server* hpp::corbaServer::ServerPlugin::parent_
protected
ProblemSolverMapPtr_t hpp::corbaServer::ServerPlugin::problemSolverMap_
protected