#include <hpp/corbaserver/tools-idl.hh>
|
virtual | ~_impl_Tools () |
|
virtual ::CORBA::Boolean | loadServerPlugin (const char *context_, const char *pluginName)=0 |
|
virtual ::CORBA::Boolean | createContext (const char *context_)=0 |
|
virtual ::CORBA::Object_ptr | getServer (const char *context_, const char *pluginName, const char *objectname)=0 |
|
virtual void | deleteServant (const char *id)=0 |
|
virtual void | shutdown ()=0 |
|
virtual _CORBA_Boolean | _dispatch (omniCallHandle &) |
|
◆ ~_impl_Tools()
virtual _impl_Tools::~_impl_Tools |
( |
| ) |
|
|
virtual |
◆ _dispatch()
virtual _CORBA_Boolean _impl_Tools::_dispatch |
( |
omniCallHandle & |
| ) |
|
|
virtual |
◆ createContext()
virtual ::CORBA::Boolean _impl_Tools::createContext |
( |
const char * |
context_ | ) |
|
|
pure virtual |
◆ deleteServant()
virtual void _impl_Tools::deleteServant |
( |
const char * |
id | ) |
|
|
pure virtual |
◆ getServer()
virtual ::CORBA::Object_ptr _impl_Tools::getServer |
( |
const char * |
context_, |
|
|
const char * |
pluginName, |
|
|
const char * |
objectname |
|
) |
| |
|
pure virtual |
◆ loadServerPlugin()
virtual ::CORBA::Boolean _impl_Tools::loadServerPlugin |
( |
const char * |
context_, |
|
|
const char * |
pluginName |
|
) |
| |
|
pure virtual |
◆ shutdown()
virtual void _impl_Tools::shutdown |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: