|
OpenRTM-aist 2.1.0
|
#include <NamingManager.h>


Public Member Functions | |
| NamingOnManager (CORBA::ORB_ptr orb, Manager *mgr) | |
| Constructor. | |
| ~NamingOnManager () override=default | |
| Destructor. | |
| void | bindObject (const char *name, const RTObject_impl *rtobj) override |
| Bind the specified CORBA objects to NamingService. | |
| void | bindObject (const char *name, const PortBase *port) override |
| Pure virtual function to bind the specified objects to the NamingService. | |
| void | bindObject (const char *name, const RTM::ManagerServant *mgr) override |
| Bind the specified ManagerServants to NamingService. | |
| void | unbindObject (const char *name) override |
| Unbind the specified CORBA objects from NamingService. | |
| bool | isAlive () override |
| Check if the name service is alive. | |
| RTC::RTCList | string_to_component (std::string name) override |
| RTM::Manager_ptr | getManager (const std::string &name) |
| Public Member Functions inherited from RTC::NamingBase | |
| NamingBase ()=default | |
| Constructor. | |
| virtual | ~NamingBase ()=default |
| Destructor. | |
| RTC::NamingOnManager::NamingOnManager | ( | CORBA::ORB_ptr | orb, |
| Manager * | mgr ) |
Constructor.
| orb | ORB |
| mgr |
|
overridedefault |
Destructor.
|
overridevirtual |
Pure virtual function to bind the specified objects to the NamingService.
| name | The name to be bound to the NamingService |
| rtobj | The target objects to be bound to the NamingSerivce |
Implements RTC::NamingBase.
|
overridevirtual |
Bind the specified ManagerServants to NamingService.
| name | Names at the binding |
| mgr | The target ManagerServants for the binding |
Implements RTC::NamingBase.
|
overridevirtual |
Bind the specified CORBA objects to NamingService.
Bind the specified CORBA objects to CORBA NamingService by specified names.
| name | Names at the binding |
| rtobj | The target objects for the binding |
Implements RTC::NamingBase.
| RTM::Manager_ptr RTC::NamingOnManager::getManager | ( | const std::string & | name | ) |
| name |
|
overridevirtual |
Check if the name service is alive.
Implements RTC::NamingBase.
|
overridevirtual |
|
overridevirtual |
Unbind the specified CORBA objects from NamingService.
Unbind the specified CORBA objects from CORBA NamingService.
| name | The target objects for the unbinding |
Implements RTC::NamingBase.