Uses of Interface
RTC.ExecutionContext

Packages that use ExecutionContext
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.executionContext   
jp.go.aist.rtm.RTC.util   
OpenRTM   
RTC   
 

Uses of ExecutionContext in jp.go.aist.rtm.RTC
 

Methods in jp.go.aist.rtm.RTC that return ExecutionContext
 ExecutionContext RTObject_impl.get_context(int ec_id)
           [CORBA interface] Get ExecutionContext.
 ExecutionContext[] RTObject_impl.get_owned_contexts()
           [CORBA interface] Get ExecutionContextList.
 ExecutionContext[] RTObject_impl.get_participating_contexts()
           [CORBA interface] Get participating ExecutionContextList.
 

Methods in jp.go.aist.rtm.RTC with parameters of type ExecutionContext
 int RTObject_impl.attach_context(ExecutionContext exec_context)
           [CORBA interface] Attach ExecutionContext
 int RTObject_impl.bindContext(ExecutionContext exec_context)
           Binds ExecutionContext.
 int RTObject_impl.get_context_handle(ExecutionContext cxt)
           [CORBA interface] Return a handle of a ExecutionContext
 boolean RTObject_impl.is_alive(ExecutionContext exec_context)
           [CORBA interface] Confirm whether RTC is the alive state
 

Constructors in jp.go.aist.rtm.RTC with parameters of type ExecutionContext
RTObject_impl.ec_find(ExecutionContext ec)
           Constructor
 

Uses of ExecutionContext in jp.go.aist.rtm.RTC.executionContext
 

Fields in jp.go.aist.rtm.RTC.executionContext declared as ExecutionContext
 ExecutionContext[] PeriodicECOrganization.Member.eclist_
          ExecutionContext
protected  ExecutionContext PeriodicECOrganization.m_ec
          ExecutionContextオブジェクト
 

Uses of ExecutionContext in jp.go.aist.rtm.RTC.util
 

Methods in jp.go.aist.rtm.RTC.util with parameters of type ExecutionContext
static void CORBA_SeqUtil.push_back(ExecutionContextListHolder seq, ExecutionContext elem)
           Adds ExecutionContext at the end of CORBA sequence.
 

Uses of ExecutionContext in OpenRTM
 

Subinterfaces of ExecutionContext in OpenRTM
 interface ExtTrigExecutionContextService
          OpenRTM/ExtTrigExecutionContextService.java .
 

Classes in OpenRTM that implement ExecutionContext
 class _ExtTrigExecutionContextServiceStub
          OpenRTM/_ExtTrigExecutionContextServiceStub.java .
 

Methods in OpenRTM that return ExecutionContext
 ExecutionContext _DataFlowComponentStub.get_context(int exec_handle)
           
 ExecutionContext[] _DataFlowComponentStub.get_owned_contexts()
           
 ExecutionContext[] _DataFlowComponentStub.get_participating_contexts()
           
 

Methods in OpenRTM with parameters of type ExecutionContext
 int _DataFlowComponentStub.attach_context(ExecutionContext exec_context)
           
 int _DataFlowComponentStub.get_context_handle(ExecutionContext cxt)
           
 boolean _DataFlowComponentStub.is_alive(ExecutionContext exec_context)
           
 

Uses of ExecutionContext in RTC
 

Subinterfaces of ExecutionContext in RTC
 interface ExecutionContextService
          RTC/ExecutionContextService.java .
 

Classes in RTC that implement ExecutionContext
 class _ExecutionContextServiceStub
          RTC/_ExecutionContextServiceStub.java .
 class _ExecutionContextStub
          RTC/_ExecutionContextStub.java .
 

Fields in RTC declared as ExecutionContext
 ExecutionContext ExecutionContextHolder.value
           
 ExecutionContext[] ExecutionContextListHolder.value
           
 

Methods in RTC that return ExecutionContext
 ExecutionContext ExecutionContextPOA._this()
           
 ExecutionContext ExecutionContextPOA._this(org.omg.CORBA.ORB orb)
           
static ExecutionContext ExecutionContextHelper.extract(org.omg.CORBA.Any a)
           
static ExecutionContext[] ExecutionContextListHelper.extract(org.omg.CORBA.Any a)
           
 ExecutionContext _FsmStub.get_context(int exec_handle)
           
 ExecutionContext _RTObjectStub.get_context(int exec_handle)
           
 ExecutionContext _LightweightRTObjectStub.get_context(int exec_handle)
           
 ExecutionContext LightweightRTObjectOperations.get_context(int exec_handle)
           
 ExecutionContext _FsmParticipantStub.get_context(int exec_handle)
           
 ExecutionContext _DataFlowComponentStub.get_context(int exec_handle)
           
 ExecutionContext _MultiModeObjectStub.get_context(int exec_handle)
           
 ExecutionContext[] _FsmStub.get_owned_contexts()
           
 ExecutionContext[] _RTObjectStub.get_owned_contexts()
           
 ExecutionContext[] _LightweightRTObjectStub.get_owned_contexts()
           
 ExecutionContext[] LightweightRTObjectOperations.get_owned_contexts()
           
 ExecutionContext[] _FsmParticipantStub.get_owned_contexts()
           
 ExecutionContext[] _DataFlowComponentStub.get_owned_contexts()
           
 ExecutionContext[] _MultiModeObjectStub.get_owned_contexts()
           
 ExecutionContext[] _FsmStub.get_participating_contexts()
           
 ExecutionContext[] _RTObjectStub.get_participating_contexts()
           
 ExecutionContext[] _LightweightRTObjectStub.get_participating_contexts()
           
 ExecutionContext[] LightweightRTObjectOperations.get_participating_contexts()
           
 ExecutionContext[] _FsmParticipantStub.get_participating_contexts()
           
 ExecutionContext[] _DataFlowComponentStub.get_participating_contexts()
           
 ExecutionContext[] _MultiModeObjectStub.get_participating_contexts()
           
static ExecutionContext ExecutionContextHelper.narrow(org.omg.CORBA.Object obj)
           
static ExecutionContext ExecutionContextHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ExecutionContext[] ExecutionContextListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ExecutionContext ExecutionContextHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in RTC with parameters of type ExecutionContext
 int _FsmStub.attach_context(ExecutionContext exec_context)
           
 int _RTObjectStub.attach_context(ExecutionContext exec_context)
           
 int _LightweightRTObjectStub.attach_context(ExecutionContext exec_context)
           
 int LightweightRTObjectOperations.attach_context(ExecutionContext exec_context)
           
 int _FsmParticipantStub.attach_context(ExecutionContext exec_context)
           
 int _DataFlowComponentStub.attach_context(ExecutionContext exec_context)
           
 int _MultiModeObjectStub.attach_context(ExecutionContext exec_context)
           
 int _FsmStub.get_context_handle(ExecutionContext cxt)
           
 int _RTObjectStub.get_context_handle(ExecutionContext cxt)
           
 int _LightweightRTObjectStub.get_context_handle(ExecutionContext cxt)
           
 int LightweightRTObjectOperations.get_context_handle(ExecutionContext cxt)
           
 int _FsmParticipantStub.get_context_handle(ExecutionContext cxt)
           
 int _DataFlowComponentStub.get_context_handle(ExecutionContext cxt)
           
 int _MultiModeObjectStub.get_context_handle(ExecutionContext cxt)
           
 Mode _ModeCapableStub.get_current_mode_in_context(ExecutionContext exec_context)
           
 Mode ModeCapableOperations.get_current_mode_in_context(ExecutionContext exec_context)
           
 Mode _MultiModeObjectStub.get_current_mode_in_context(ExecutionContext exec_context)
           
 Mode _ModeCapableStub.get_pending_mode_in_context(ExecutionContext exec_context)
           
 Mode ModeCapableOperations.get_pending_mode_in_context(ExecutionContext exec_context)
           
 Mode _MultiModeObjectStub.get_pending_mode_in_context(ExecutionContext exec_context)
           
static void ExecutionContextHelper.insert(org.omg.CORBA.Any a, ExecutionContext that)
           
static void ExecutionContextListHelper.insert(org.omg.CORBA.Any a, ExecutionContext[] that)
           
 boolean _FsmStub.is_alive(ExecutionContext exec_context)
           
 boolean _RTObjectStub.is_alive(ExecutionContext exec_context)
           
 boolean _LightweightRTObjectStub.is_alive(ExecutionContext exec_context)
           
 boolean LightweightRTObjectOperations.is_alive(ExecutionContext exec_context)
           
 boolean _FsmParticipantStub.is_alive(ExecutionContext exec_context)
           
 boolean _DataFlowComponentStub.is_alive(ExecutionContext exec_context)
           
 boolean _MultiModeObjectStub.is_alive(ExecutionContext exec_context)
           
static void ExecutionContextHelper.write(org.omg.CORBA.portable.OutputStream ostream, ExecutionContext value)
           
static void ExecutionContextListHelper.write(org.omg.CORBA.portable.OutputStream ostream, ExecutionContext[] value)
           
 

Constructors in RTC with parameters of type ExecutionContext
ExecutionContextHolder(ExecutionContext initialValue)
           
ExecutionContextListHolder(ExecutionContext[] initialValue)