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

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

OpenRTM での ComponentAction の使用
 

ComponentAction を実装している OpenRTM のクラス
 class _DataFlowComponentStub
          OpenRTM/_DataFlowComponentStub.java .
 

RTC での ComponentAction の使用
 

RTC での ComponentAction のサブインタフェース
 interface DataFlowComponent
          RTC/DataFlowComponent.java .
 interface Fsm
          RTC/Fsm.java .
 interface FsmParticipant
          RTC/FsmParticipant.java .
 interface LightweightRTObject
          RTC/LightweightRTObject.java .
 interface MultiModeObject
          RTC/MultiModeObject.java .
 interface RTObject
          RTC/RTObject.java .
 

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