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 ExecutionContextWorker.m_ref
           
protected  ExecutionContextService PeriodicExecutionContext.m_ref
          ExecutionContextServiceとしてのCORBAオブジェクト参照です。
protected  ExecutionContextService ExtTrigExecutionContext.m_ref
          ExecutionContextServiceとしてのCORBAオブジェクト参照です。
 

Methods in jp.go.aist.rtm.RTC.executionContext that return ExecutionContextService
 ExecutionContextService PeriodicExecutionContext.__this()
           __this()
 ExecutionContextService ExtTrigExecutionContext.__this()
           __this()
 ExecutionContextService ExecutionContextWorker.getECRef()
           
 ExecutionContextService PeriodicExecutionContext.getObjRef()
           Get the reference to the CORBA object
 ExecutionContextService ExtTrigExecutionContext.getObjRef()
           Get the reference to the CORBA object
 ExecutionContextService ExecutionContextBase.getObjRef()
           Get the reference to the CORBA object
 ExecutionContextService ExecutionContextProfile.getObjRef()
           Get the reference to the CORBA object
 ExecutionContextService PeriodicExecutionContext.getRef()
          本オブジェクトのExecutionContextServiceとしてのCORBAオブジェクト参照を設定します。
 

Methods in jp.go.aist.rtm.RTC.executionContext with parameters of type ExecutionContextService
 void ExecutionContextWorker.setECRef(ExecutionContextService ref)
           
 void PeriodicExecutionContext.setObjRef(ExecutionContextService ref)
          本オブジェクトのExecutionContextServiceとしてのCORBAオブジェクト参照を設定します。
 void ExtTrigExecutionContext.setObjRef(ExecutionContextService ref)
           Get the reference to the CORBA object
 void ExecutionContextBase.setObjRef(ExecutionContextService ref)
           Sets the reference to the CORBA object
 void ExecutionContextProfile.setObjRef(ExecutionContextService ec_ptr)
           Sets the reference to the CORBA object
 

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 .
 interface LogicalTimeTriggeredEC
          OpenRTM/LogicalTimeTriggeredEC.java .
 

Classes in OpenRTM that implement ExecutionContextService
 class _ExtTrigExecutionContextServiceStub
          OpenRTM/_ExtTrigExecutionContextServiceStub.java .
 class _LogicalTimeTriggeredECStub
          OpenRTM/_LogicalTimeTriggeredECStub.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)