#include <basic-server.hh>
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 |
| 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... | |
| BasicServer (Server *parent) | |
| ~BasicServer () | |
| void | startCorbaServer (const std::string &contextId, const std::string &contextKind) |
| Start corba server. More... | |
| std::string | name () const |
Public Member Functions inherited from hpp::corbaServer::ServerPlugin | |
| Server * | parent () |
| 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 (bool multithread) | |
Protected Member Functions inherited from hpp::corbaServer::ServerPlugin | |
| ServerPlugin (Server *parent) | |
Protected Attributes | |
| bool | multithread_ |
| ProblemSolverMapPtr_t | problemSolverMap_ |
Protected Attributes inherited from hpp::corbaServer::ServerPlugin | |
| Server * | parent_ |
| ProblemSolverMapPtr_t | problemSolverMap_ |
|
inlinevirtual |
Reimplemented from hpp::corbaServer::ServerPlugin.
| hpp::corbaServer::BasicServer::BasicServer | ( | Server * | parent | ) |
| hpp::corbaServer::BasicServer::~BasicServer | ( | ) |
|
pure virtual |
Implements hpp::corbaServer::ServerPlugin.
|
virtual |
Implements hpp::corbaServer::ServerPlugin.
|
inline | |||||||||||||
|
inline |
|
inlineprotected |
|
inline |
Set planner that will be controlled by server.
|
pure virtual |
Start corba server.
Implements hpp::corbaServer::ServerPlugin.
References hpp::corbaServer::Server::multiThread(), and hpp::corbaServer::ServerPlugin::parent().
|
virtual |
Start corba server.
Implements hpp::corbaServer::ServerPlugin.
|
protected |
|
protected |