Uses of Interface
RTC.ComponentAction

Packages that use ComponentAction
OpenRTM   
RTC   
 

Uses of ComponentAction in OpenRTM
 

Classes in OpenRTM that implement ComponentAction
 class _DataFlowComponentStub
          OpenRTM/_DataFlowComponentStub.java .
 

Uses of ComponentAction in RTC
 

Subinterfaces of ComponentAction in RTC
 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 .
 

Classes in RTC that implement ComponentAction
 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 .
 

Fields in RTC declared as ComponentAction
 ComponentAction ComponentActionHolder.value
           
 

Methods in RTC that return ComponentAction
 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)
           
 

Methods in RTC with parameters of type ComponentAction
static void ComponentActionHelper.insert(org.omg.CORBA.Any a, ComponentAction that)
           
static void ComponentActionHelper.write(org.omg.CORBA.portable.OutputStream ostream, ComponentAction value)
           
 

Constructors in RTC with parameters of type ComponentAction
ComponentActionHolder(ComponentAction initialValue)