#include <hpp/corbaserver/server-plugin.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 |
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 (Server *parent) | |
Protected Attributes | |
Server * | parent_ |
ProblemSolverMapPtr_t | problemSolverMap_ |
|
inlinevirtual |
Reimplemented in hpp::corbaServer::BasicServer.
|
inlineprotected |
|
pure virtual |
Implemented in hpp::corbaServer::BasicServer, and hpp::corbaServer::BasicServer.
|
inline |
Referenced by hpp::corbaServer::BasicServer::startCorbaServer().
|
inline |
|
inline |
|
inline |
Set planner that will be controlled by server.
|
pure virtual |
Start corba server.
Implemented in hpp::corbaServer::BasicServer, and hpp::corbaServer::BasicServer.
|
protected |
|
protected |