インタフェース
RTC.RTObject の使用

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

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

RTObject として宣言されている jp.go.aist.rtm.RTC のフィールド
protected  RTObject RTObject_impl.m_objref
          CORBAオブジェクトへの参照
 

RTObject を返す jp.go.aist.rtm.RTC のメソッド
 RTObject RTObject_impl.getObjRef()
          CORBAオブジェクト参照を取得します。
 

RTObject 型のパラメータを持つ jp.go.aist.rtm.RTC のメソッド
 void RTObject_impl.setObjRef(RTObject rtobj)
          CORBAオブジェクト参照を設定します。
 

jp.go.aist.rtm.RTC.port での RTObject の使用
 

RTObject 型のパラメータを持つ jp.go.aist.rtm.RTC.port のメソッド
 void PortBase.setOwner(RTObject owner)
          当該ポートのオーナーRTObjectを設定します。
 

RTC での RTObject の使用
 

RTC での RTObject のサブインタフェース
 interface DataFlowComponent
          RTC/DataFlowComponent.java .
 interface DataFlowFiniteStateMachineComponent
          RTC/DataFlowFiniteStateMachineComponent.java .
 interface DataFlowFiniteStateMachineMultiModeComponent
          RTC/DataFlowFiniteStateMachineMultiModeComponent.java .
 interface DataFlowMultiModeComponent
          RTC/DataFlowMultiModeComponent.java .
 interface FiniteStateMachineComponent
          RTC/FiniteStateMachineComponent.java .
 interface FiniteStateMachineMultiModeComponent
          RTC/FiniteStateMachineMultiModeComponent.java .
 

RTObject を実装している RTC のクラス
 class _DataFlowComponentStub
          RTC/_DataFlowComponentStub.java .
 class _DataFlowFiniteStateMachineComponentStub
          RTC/_DataFlowFiniteStateMachineComponentStub.java .
 class _DataFlowFiniteStateMachineMultiModeComponentStub
          RTC/_DataFlowFiniteStateMachineMultiModeComponentStub.java .
 class _DataFlowMultiModeComponentStub
          RTC/_DataFlowMultiModeComponentStub.java .
 class _FiniteStateMachineComponentStub
          RTC/_FiniteStateMachineComponentStub.java .
 class _FiniteStateMachineMultiModeComponentStub
          RTC/_FiniteStateMachineMultiModeComponentStub.java .
 class _RTObjectStub
          RTC/_RTObjectStub.java .
 

RTObject として宣言されている RTC のフィールド
 RTObject PortProfile.owner
           
 RTObject ExecutionContextProfile.owner
           
 RTObject ComponentProfile.parent
           
 RTObject[] ExecutionContextProfile.participants
           
 RTObject RTObjectHolder.value
           
 RTObject[] RTCListHolder.value
           
 

RTObject を返す RTC のメソッド
 RTObject RTObjectPOA._this()
           
 RTObject RTObjectPOA._this(org.omg.CORBA.ORB orb)
           
static RTObject RTObjectHelper.extract(org.omg.CORBA.Any a)
           
static RTObject[] RTCListHelper.extract(org.omg.CORBA.Any a)
           
static RTObject RTObjectHelper.narrow(org.omg.CORBA.Object obj)
           
static RTObject RTObjectHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static RTObject[] RTCListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static RTObject RTObjectHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

RTObject 型のパラメータを持つ RTC のメソッド
static void RTObjectHelper.insert(org.omg.CORBA.Any a, RTObject that)
           
static void RTCListHelper.insert(org.omg.CORBA.Any a, RTObject[] that)
           
static void RTObjectHelper.write(org.omg.CORBA.portable.OutputStream ostream, RTObject value)
           
static void RTCListHelper.write(org.omg.CORBA.portable.OutputStream ostream, RTObject[] value)
           
 

RTObject 型のパラメータを持つ RTC のコンストラクタ
ComponentProfile(java.lang.String _instance_name, java.lang.String _type_name, java.lang.String _description, java.lang.String _version, java.lang.String _vendor, java.lang.String _category, PortProfile[] _port_profiles, RTObject _parent, NameValue[] _properties)
           
ExecutionContextProfile(ExecutionKind _kind, double _rate, RTObject _owner, RTObject[] _participants, NameValue[] _properties)
           
ExecutionContextProfile(ExecutionKind _kind, double _rate, RTObject _owner, RTObject[] _participants, NameValue[] _properties)
           
PortProfile(java.lang.String _name, PortInterfaceProfile[] _interfaces, Port _port_ref, ConnectorProfile[] _connector_profiles, RTObject _owner, NameValue[] _properties)
           
RTCListHolder(RTObject[] initialValue)
           
RTObjectHolder(RTObject initialValue)