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

ExecutionContextService を使用しているパッケージ
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.executionContext   
jp.go.aist.rtm.RTC.util   
RTC   
 

jp.go.aist.rtm.RTC での ExecutionContextService の使用
 

ExecutionContextService を返す jp.go.aist.rtm.RTC のメソッド
 ExecutionContextService[] RTObject_impl.get_execution_context_services()
          [RTObject CORBA interface] 当該コンポーネントが所属する ExecutionContextに関連した ExecutionContextService のリストを取得します。
 

jp.go.aist.rtm.RTC.executionContext での ExecutionContextService の使用
 

ExecutionContextService として宣言されている jp.go.aist.rtm.RTC.executionContext のフィールド
protected  ExecutionContextService PeriodicExecutionContext.m_ref
          ExecutionContextServiceとしてのCORBAオブジェクト参照です。
 

ExecutionContextService を返す jp.go.aist.rtm.RTC.executionContext のメソッド
 ExecutionContextService PeriodicExecutionContext.getRef()
          本オブジェクトのExecutionContextServiceとしてのCORBAオブジェクト参照を設定します。
 

ExecutionContextService 型のパラメータを持つ jp.go.aist.rtm.RTC.executionContext のメソッド
 void PeriodicExecutionContext.setObjRef(ExecutionContextService ref)
          本オブジェクトのExecutionContextServiceとしてのCORBAオブジェクト参照を設定します。
 void ExecutionContextBase.setObjRef(ExecutionContextService ref)
          本オブジェクトのExecutionContextServiceとしてのCORBAオブジェクト参照を設定します。
 

jp.go.aist.rtm.RTC.util での ExecutionContextService の使用
 

ExecutionContextService 型のパラメータを持つ jp.go.aist.rtm.RTC.util のメソッド
static void CORBA_SeqUtil.push_back(ExecutionContextServiceListHolder seq, ExecutionContextService elem)
          シーケンスの末尾にExecutionContextServiceオブジェクトを追加します。
 

RTC での ExecutionContextService の使用
 

RTC での ExecutionContextService のサブインタフェース
 interface ExtTrigExecutionContextService
          RTC/ExtTrigExecutionContextService.java .
 

ExecutionContextService を実装している RTC のクラス
 class _ExecutionContextServiceStub
          RTC/_ExecutionContextServiceStub.java .
 class _ExtTrigExecutionContextServiceStub
          RTC/_ExtTrigExecutionContextServiceStub.java .
 

ExecutionContextService として宣言されている RTC のフィールド
 ExecutionContextService[] ExecutionContextServiceListHolder.value
           
 ExecutionContextService ExecutionContextServiceHolder.value
           
 

ExecutionContextService を返す RTC のメソッド
 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)
           
 ExecutionContextService[] _RTObjectStub.get_execution_context_services()
           
 ExecutionContextService[] _FiniteStateMachineMultiModeComponentStub.get_execution_context_services()
           
 ExecutionContextService[] _FiniteStateMachineComponentStub.get_execution_context_services()
           
 ExecutionContextService[] _DataFlowMultiModeComponentStub.get_execution_context_services()
           
 ExecutionContextService[] _DataFlowFiniteStateMachineMultiModeComponentStub.get_execution_context_services()
           
 ExecutionContextService[] _DataFlowFiniteStateMachineComponentStub.get_execution_context_services()
           
 ExecutionContextService[] _DataFlowComponentStub.get_execution_context_services()
           
 ExecutionContextService[] RTObjectOperations.get_execution_context_services()
           
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)
           
 

ExecutionContextService 型のパラメータを持つ RTC のメソッド
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)
           
 

ExecutionContextService 型のパラメータを持つ RTC のコンストラクタ
ExecutionContextServiceHolder(ExecutionContextService initialValue)
           
ExecutionContextServiceListHolder(ExecutionContextService[] initialValue)