#include <CorbaObjectManager.h>
Public メソッド | |
CorbaObjectManager (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa) | |
コンストラクタ | |
virtual | ~CorbaObjectManager () |
仮想デストラクタ | |
void | activate (RTObject_impl *comp) |
CORBA オブジェクトをアクティブ化する | |
void | deactivate (RTObject_impl *comp) |
CORBA オブジェクトを非アクティブ化する |
RTObjectのアクティブ化,非アクティブ化を行うクラスである。 保持しているORB,POAを用いて CORBA オブジェクトのアクティブ化, 非アクティブ化を行う。
RTC::CorbaObjectManager::CorbaObjectManager | ( | CORBA::ORB_ptr | orb, | |
PortableServer::POA_ptr | poa | |||
) |
コンストラクタ
orb | ORB | |
poa | POA |
virtual RTC::CorbaObjectManager::~CorbaObjectManager | ( | ) | [inline, virtual] |
仮想デストラクタ
void RTC::CorbaObjectManager::activate | ( | RTObject_impl * | comp | ) |
CORBA オブジェクトをアクティブ化する
指定されたRTObjectを CORBA オブジェクトとしてアクティブ化し、 オブジェクトリファレンスを設定する。
comp | アクティブ化対象RTObject |
void RTC::CorbaObjectManager::deactivate | ( | RTObject_impl * | comp | ) |
CORBA オブジェクトを非アクティブ化する
指定されたRTObjectの非アクティブ化を行う
comp | 非アクティブ化対象RTObject |