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

RTObject_impl を使用しているパッケージ
jp.go.aist.rtm.RTC   
RTMExamples.ConfigSample   
RTMExamples.ExtTrigger   
RTMExamples.GUIIn   
RTMExamples.SeqIO   
RTMExamples.SimpleIO   
RTMExamples.SimpleService   
RTMExamples.SinCosOut   
 

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 FactoryJava.create(Manager mgr)
          コンポーネントを生成します。
abstract  RTObject_impl FactoryBase.create(Manager mgr)
          コンポーネントを生成します。
 RTObject_impl Manager.createComponent(java.lang.String moduleName)
          RTコンポーネントを生成します。
 RTObject_impl RtcNewFunc.createRtc(Manager mgr)
          コンポーネントの生成処理を行います。
 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コンポーネントを取得します。
 

RTObject_impl 型のパラメータを持つ jp.go.aist.rtm.RTC のメソッド
 void CorbaObjectManager.activate(RTObject_impl comp)
          CORBA オブジェクト(RTObjct)をアクティブ化します。
 boolean Manager.bindExecutionContext(RTObject_impl comp)
          指定したRTコンポーネントに、ExecutionContextをバインドします。
 void NamingManager.bindObject(java.lang.String name, RTObject_impl rtobj)
          オブジェクトをNameServerにbindします。
 void NamingBase.bindObject(java.lang.String name, RTObject_impl rtobj)
          オブジェクトをNameServerにbindします。
 void NamingOnCorba.bindObject(java.lang.String name, RTObject_impl rtobj)
          オブジェクトをNameServerにbindします。
 void Manager.cleanupComponent(RTObject_impl comp)
          指定したRTコンポーネントを登録解除します。
 void RtcDeleteFunc.deleteRtc(RTObject_impl component)
          コンポーネントの破棄処理を行います。
 void FactoryJava.destroy(RTObject_impl comp)
          コンポーネントを破棄します。
abstract  void FactoryBase.destroy(RTObject_impl comp)
          コンポーネントを破棄します。
 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)
          削除対象のオブジェクト名を解除します。
 boolean Manager.registerComponent(RTObject_impl comp)
          RTコンポーネントを、直接にManagerに登録します。
 boolean Manager.unregisterComponent(RTObject_impl comp)
          指定したRTコンポーネントを登録解除します。
 

RTMExamples.ConfigSample での RTObject_impl の使用
 

RTMExamples.ConfigSample での RTObject_impl のサブクラス
 class ConfigSampleImpl
           
 

RTObject_impl を返す RTMExamples.ConfigSample のメソッド
 RTObject_impl ConfigSample.createRtc(Manager mgr)
           
 

RTObject_impl 型のパラメータを持つ RTMExamples.ConfigSample のメソッド
 void ConfigSample.deleteRtc(RTObject_impl rtcBase)
           
 

RTMExamples.ExtTrigger での RTObject_impl の使用
 

RTObject_impl を返す RTMExamples.ExtTrigger のメソッド
 RTObject_impl ConsoleOut.createRtc(Manager mgr)
           
 RTObject_impl ConsoleIn.createRtc(Manager mgr)
           
 

RTObject_impl 型のパラメータを持つ RTMExamples.ExtTrigger のメソッド
 void ConsoleOut.deleteRtc(RTObject_impl rtcBase)
           
 void ConsoleIn.deleteRtc(RTObject_impl rtcBase)
           
 

RTMExamples.GUIIn での RTObject_impl の使用
 

RTMExamples.GUIIn での RTObject_impl のサブクラス
 class GUIInImpl
           
 

RTObject_impl を返す RTMExamples.GUIIn のメソッド
 RTObject_impl GUIIn.createRtc(Manager mgr)
           
 

RTObject_impl 型のパラメータを持つ RTMExamples.GUIIn のメソッド
 void GUIIn.deleteRtc(RTObject_impl rtcBase)
           
 

RTMExamples.SeqIO での RTObject_impl の使用
 

RTMExamples.SeqIO での RTObject_impl のサブクラス
 class SeqInImpl
           
 class SeqOutImpl
           
 

RTObject_impl を返す RTMExamples.SeqIO のメソッド
 RTObject_impl SeqOut.createRtc(Manager mgr)
           
 RTObject_impl SeqIn.createRtc(Manager mgr)
           
 

RTObject_impl 型のパラメータを持つ RTMExamples.SeqIO のメソッド
 void SeqOut.deleteRtc(RTObject_impl rtcBase)
           
 void SeqIn.deleteRtc(RTObject_impl rtcBase)
           
 

RTMExamples.SimpleIO での RTObject_impl の使用
 

RTMExamples.SimpleIO での RTObject_impl のサブクラス
 class ConsoleInImpl
           
 class ConsoleOutImpl
           
 

RTObject_impl を返す RTMExamples.SimpleIO のメソッド
 RTObject_impl ConsoleOut.createRtc(Manager mgr)
           
 RTObject_impl ConsoleIn.createRtc(Manager mgr)
           
 

RTObject_impl 型のパラメータを持つ RTMExamples.SimpleIO のメソッド
 void ConsoleOut.deleteRtc(RTObject_impl rtcBase)
           
 void ConsoleIn.deleteRtc(RTObject_impl rtcBase)
           
 

RTMExamples.SimpleService での RTObject_impl の使用
 

RTMExamples.SimpleService での RTObject_impl のサブクラス
 class MyServiceConsumerImpl
           
 class MyServiceProviderImpl
           
 

RTObject_impl を返す RTMExamples.SimpleService のメソッド
 RTObject_impl MyServiceProvider.createRtc(Manager mgr)
           
 RTObject_impl MyServiceConsumer.createRtc(Manager mgr)
           
 

RTObject_impl 型のパラメータを持つ RTMExamples.SimpleService のメソッド
 void MyServiceProvider.deleteRtc(RTObject_impl rtcBase)
           
 void MyServiceConsumer.deleteRtc(RTObject_impl rtcBase)
           
 

RTMExamples.SinCosOut での RTObject_impl の使用
 

RTMExamples.SinCosOut での RTObject_impl のサブクラス
 class SinCosOutImpl
           
 

RTObject_impl を返す RTMExamples.SinCosOut のメソッド
 RTObject_impl SinCosOut.createRtc(Manager mgr)
           
 

RTObject_impl 型のパラメータを持つ RTMExamples.SinCosOut のメソッド
 void SinCosOut.deleteRtc(RTObject_impl rtcBase)