クラス
jp.go.aist.rtm.RTC.RTObject_impl の使用

RTObject_impl を使用しているパッケージ
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.executionContext   
 

jp.go.aist.rtm.RTC での RTObject_impl の使用
 

jp.go.aist.rtm.RTC での RTObject_impl のサブクラス
 class DataFlowComponentBase
          データフローコンポーネントのベースクラスです。
 

RTObject_impl として宣言されている jp.go.aist.rtm.RTC のフィールド
 RTObject_impl NamingManager.Comps.rtobj
          登録対象オブジェクト
 

RTObject_impl 型の型パラメータを持つ jp.go.aist.rtm.RTC のフィールド
(package private)  java.util.Vector<RTObject_impl> Manager.Finalized.comps
           
protected  ObjectManager<java.lang.String,RTObject_impl> Manager.m_compManager
          Component Manager
 

RTObject_impl を返す jp.go.aist.rtm.RTC のメソッド
abstract  RTObject_impl FactoryBase.create(Manager mgr)
          コンポーネントの生成 RT-Component のインスタンスを生成するための純粋仮想関数。
 RTObject_impl FactoryJava.create(Manager mgr)
          コンポーネントを生成。
 RTObject_impl Manager.createComponent(java.lang.String comp_args)
          RTコンポーネントを生成する。
 RTObject_impl RtcNewFunc.createRtc(Manager mgr)
          コンポーネントの生成処理を行う。
abstract  RTObject_impl FactoryBase.destroy(RTObject_impl comp)
          コンポーネントの破棄 RT-Component のインスタンスを破棄するための純粋仮想関数。
 RTObject_impl FactoryJava.destroy(RTObject_impl comp)
          コンポーネントを破棄する。
 RTObject_impl Manager.getComponent(java.lang.String instanceName)
          Manager に登録されているRTコンポーネントを検索する。
 

RTObject_impl 型の引数を持つ型を返す jp.go.aist.rtm.RTC のメソッド
 java.util.Vector<RTObject_impl> Manager.getComponents()
          Manager に登録されている全RTコンポーネントを取得する。
protected  java.util.Vector<RTObject_impl> NamingManager.getObjects()
          バインドされている全てのオブジェクトを取得。
 

RTObject_impl 型のパラメータを持つ jp.go.aist.rtm.RTC のメソッド
 void CorbaObjectManager.activate(RTObject_impl comp)
          CORBA オブジェクト(RTObjct)をアクティブ化します。
 void NamingOnCorba.bindObject(java.lang.String name, RTObject_impl rtobj)
          指定したオブジェクトのNamingServiceへバインド 指定したオブジェクトを指定した名称で CORBA NamingService へバイ ンドする。
 void NamingManager.bindObject(java.lang.String name, RTObject_impl rtobj)
          指定したオブジェクトのNamingServiceへバインド。
 void NamingBase.bindObject(java.lang.String name, RTObject_impl rtobj)
          指定したオブジェクトをNamingServiceへバインドする純粋仮想関数
 void Manager.cleanupComponent(RTObject_impl comp)
          RTコンポーネントの登録解除。
protected  void Manager.configureComponent(RTObject_impl comp, Properties prop)
          RTコンポーネントのコンフィギュレーション処理。
 void Manager.deleteComponent(RTObject_impl comp)
          Manager に登録されているRTコンポーネントを削除する。
 void RtcDeleteFunc.deleteRtc(RTObject_impl component)
          コンポーネントの破棄処理を行う。
abstract  RTObject_impl FactoryBase.destroy(RTObject_impl comp)
          コンポーネントの破棄 RT-Component のインスタンスを破棄するための純粋仮想関数。
 RTObject_impl FactoryJava.destroy(RTObject_impl comp)
          コンポーネントを破棄する。
 void Manager.notifyFinalized(RTObject_impl comp)
          RTコンポーネントの削除する
 java.lang.String DefaultNumberingPolicy.onCreate(RTObject_impl obj)
          オブジェクト生成時の名称作成。
 java.lang.String NumberingPolicy.onCreate(RTObject_impl obj)
          オブジェクト生成時の名称作成。
 void DefaultNumberingPolicy.onDelete(RTObject_impl obj)
          オブジェクト削除時の名称解放。
 void NumberingPolicy.onDelete(RTObject_impl obj)
          オブジェクト削除時の名称解放。
protected  void NamingManager.registerCompName(java.lang.String name, RTObject_impl rtobj)
          NameServer に登録するコンポーネントの設定。
 boolean Manager.registerComponent(RTObject_impl comp)
          RTコンポーネントを直接 Manager に登録する。
 boolean Manager.unregisterComponent(RTObject_impl comp)
          RTコンポーネントの登録を解除する。
 

RTObject_impl 型のパラメータを持つ jp.go.aist.rtm.RTC のコンストラクタ
Manager.InstanceName(RTObject_impl comp)
          コンストラクタ
NamingManager.Comps(java.lang.String n, RTObject_impl obj)
          コンストラクタ。
 

jp.go.aist.rtm.RTC.executionContext での RTObject_impl の使用
 

jp.go.aist.rtm.RTC.executionContext での RTObject_impl のサブクラス
 class PeriodicECSharedComposite_impl
          データフロー型RTコンポーネント基底クラスのインスタンスです。
 

RTObject_impl として宣言されている jp.go.aist.rtm.RTC.executionContext のフィールド
protected  RTObject_impl PeriodicECOrganization.m_rtobj
          RTコンポーネントオブジェクト
 

RTObject_impl を返す jp.go.aist.rtm.RTC.executionContext のメソッド
 RTObject_impl PeriodicECSharedComposite.createRtc(Manager mgr)
          コンポーネントの生成処理を行います。
 

RTObject_impl 型のパラメータを持つ jp.go.aist.rtm.RTC.executionContext のメソッド
 ReturnCode_t PeriodicExecutionContext.bindComponent(RTObject_impl rtc)
          コンポーネントをバインドする。
abstract  ReturnCode_t ExecutionContextBase.bindComponent(RTObject_impl rtc)
           bindComponent
 void PeriodicECSharedComposite.deleteRtc(RTObject_impl component)
          コンポーネントの破棄処理を行います。
 

RTObject_impl 型のパラメータを持つ jp.go.aist.rtm.RTC.executionContext のコンストラクタ
PeriodicECOrganization(RTObject_impl rtobj)
          Constructor