hpp::manipulation::Server Class Reference

#include <hpp/corbaserver/manipulation/server.hh>

Inheritance diagram for hpp::manipulation::Server:
[legend]
Collaboration diagram for hpp::manipulation::Server:
[legend]

Public Member Functions

 Server (corbaServer::Server *parent)
 
 ~Server ()
 
void startCorbaServer (const std::string &contextId, const std::string &contextKind)
 Start corba server Call hpp::corba::Server <impl::Problem>::startCorbaServer. More...
 
std::string name () const
 
ProblemSolverPtr_t problemSolver () throw (std::logic_error)
 
- Public Member Functions inherited from hpp::corbaServer::ServerPlugin
virtual ~ServerPlugin ()
 
Serverparent ()
 
core::ProblemSolverPtr_t problemSolver () const
 
ProblemSolverMapPtr_t problemSolverMap () const
 
void setProblemSolverMap (ProblemSolverMapPtr_t psMap)
 

Additional Inherited Members

- Protected Member Functions inherited from hpp::corbaServer::ServerPlugin
 ServerPlugin (Server *parent)
 
- Protected Attributes inherited from hpp::corbaServer::ServerPlugin
Serverparent_
 
ProblemSolverMapPtr_t problemSolverMap_
 

Constructor & Destructor Documentation

hpp::manipulation::Server::Server ( corbaServer::Server parent)
hpp::manipulation::Server::~Server ( )

Member Function Documentation

std::string hpp::manipulation::Server::name ( ) const
virtual
ProblemSolverPtr_t hpp::manipulation::Server::problemSolver ( )
throw (std::logic_error
)
void hpp::manipulation::Server::startCorbaServer ( const std::string &  contextId,
const std::string &  contextKind 
)
virtual

Start corba server Call hpp::corba::Server <impl::Problem>::startCorbaServer.

Implements hpp::corbaServer::ServerPlugin.