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

ComponentAction を使用しているパッケージ
RTC   
 

RTC での ComponentAction の使用
 

RTC での ComponentAction のサブインタフェース
 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 .
 interface LightweightRTObject
          RTC/LightweightRTObject.java .
 interface RTObject
          RTC/RTObject.java .
 

ComponentAction を実装している RTC のクラス
 class _ComponentActionStub
          RTC/_ComponentActionStub.java .
 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 _LightweightRTObjectStub
          RTC/_LightweightRTObjectStub.java .
 class _RTObjectStub
          RTC/_RTObjectStub.java .
 

ComponentAction として宣言されている RTC のフィールド
 ComponentAction ComponentActionHolder.value
           
 

ComponentAction を返す RTC のメソッド
 ComponentAction ComponentActionPOA._this()
           
 ComponentAction ComponentActionPOA._this(org.omg.CORBA.ORB orb)
           
static ComponentAction ComponentActionHelper.extract(org.omg.CORBA.Any a)
           
static ComponentAction ComponentActionHelper.narrow(org.omg.CORBA.Object obj)
           
static ComponentAction ComponentActionHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ComponentAction ComponentActionHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

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

ComponentAction 型のパラメータを持つ RTC のコンストラクタ
ComponentActionHolder(ComponentAction initialValue)