Uses of Interface
RTC.ExecutionContextService

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

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

Methods in jp.go.aist.rtm.RTC with parameters of type ExecutionContextService
 void RTObject_impl.ec_copy.operator(ExecutionContextService ecs)
           Stores EC in the list.
 boolean RTObject_impl.ec_find.operator(ExecutionContextService ecs)
           Compares EC.
(package private)  void RTObject_impl.deactivate_comps.operator(ExecutionContextService ecs)
           Deactivates RTC.
 

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

Fields in jp.go.aist.rtm.RTC.executionContext declared as ExecutionContextService
protected  ExecutionContextService PeriodicECSharedComposite_impl.m_ecref
          ExecutionContextService
protected  ExecutionContextService PeriodicExecutionContext.m_ref
          ExecutionContextServiceとしてのCORBAオブジェクト参照です。
 

Methods in jp.go.aist.rtm.RTC.executionContext that return ExecutionContextService
 ExecutionContextService PeriodicExecutionContext.__this()
           __this()
 ExecutionContextService PeriodicExecutionContext.getObjRef()
           getObjRef
abstract  ExecutionContextService ExecutionContextBase.getObjRef()
           getObjRef
 ExecutionContextService PeriodicExecutionContext.getRef()
          本オブジェクトのExecutionContextServiceとしてのCORBAオブジェクト参照を設定します。
 

Methods in jp.go.aist.rtm.RTC.executionContext with parameters of type ExecutionContextService
 void PeriodicExecutionContext.setObjRef(ExecutionContextService ref)
          本オブジェクトのExecutionContextServiceとしてのCORBAオブジェクト参照を設定します。
 void ExecutionContextBase.setObjRef(ExecutionContextService ref)
          本オブジェクトのExecutionContextServiceとしてのCORBAオブジェクト参照を設定します。
 

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

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

Uses of ExecutionContextService in OpenRTM
 

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

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

Uses of ExecutionContextService in RTC
 

Classes in RTC that implement ExecutionContextService
 class _ExecutionContextServiceStub
          RTC/_ExecutionContextServiceStub.java .
 

Fields in RTC declared as ExecutionContextService
 ExecutionContextService ExecutionContextServiceHolder.value
           
 ExecutionContextService[] ExecutionContextServiceListHolder.value
           
 

Methods in RTC that return ExecutionContextService
 ExecutionContextService ExecutionContextServicePOA._this()
           
 ExecutionContextService ExecutionContextServicePOA._this(org.omg.CORBA.ORB orb)
           
static ExecutionContextService[] ExecutionContextServiceListHelper.extract(org.omg.CORBA.Any a)
           
static ExecutionContextService ExecutionContextServiceHelper.extract(org.omg.CORBA.Any a)
           
static ExecutionContextService ExecutionContextServiceHelper.narrow(org.omg.CORBA.Object obj)
           
static ExecutionContextService[] ExecutionContextServiceListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ExecutionContextService ExecutionContextServiceHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ExecutionContextService ExecutionContextServiceHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in RTC with parameters of type ExecutionContextService
static void ExecutionContextServiceHelper.insert(org.omg.CORBA.Any a, ExecutionContextService that)
           
static void ExecutionContextServiceListHelper.insert(org.omg.CORBA.Any a, ExecutionContextService[] that)
           
static void ExecutionContextServiceHelper.write(org.omg.CORBA.portable.OutputStream ostream, ExecutionContextService value)
           
static void ExecutionContextServiceListHelper.write(org.omg.CORBA.portable.OutputStream ostream, ExecutionContextService[] value)
           
 

Constructors in RTC with parameters of type ExecutionContextService
ExecutionContextServiceHolder(ExecutionContextService initialValue)
           
ExecutionContextServiceListHolder(ExecutionContextService[] initialValue)