| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.omg.PortableServer.Servant
OpenRTM.ExtTrigExecutionContextServicePOA
jp.go.aist.rtm.RTC.executionContext.ExecutionContextBase
public abstract class ExecutionContextBase
Periodic Sampled Data Processing(周期実行用)ExecutionContextのベースとなる 抽象クラスです。
| コンストラクタの概要 | |
|---|---|
| ExecutionContextBase() | |
| メソッドの概要 | |
|---|---|
| abstract  ReturnCode_t | bindComponent(RTObject_impl rtc)bindComponent | 
| abstract  boolean | finalizeExecutionContext() | 
| abstract  ExecutionContextService | getObjRef()getObjRef | 
|  void | setObjRef(ExecutionContextService ref)本オブジェクトのExecutionContextServiceとしてのCORBAオブジェクト参照を設定します。 | 
|  void | tick()ExecutionContextの処理を1周期分進めます。 | 
| クラス OpenRTM.ExtTrigExecutionContextServicePOA から継承されたメソッド | 
|---|
| _all_interfaces, _invoke, _this, _this | 
| クラス org.omg.PortableServer.Servant から継承されたメソッド | 
|---|
| _default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object | 
| クラス java.lang.Object から継承されたメソッド | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| インタフェース jp.go.aist.rtm.RTC.executionContext.ECNewDeleteFunc から継承されたメソッド | 
|---|
| ECDeleteFunc, ECNewFunc | 
| インタフェース RTC.ExecutionContextServiceOperations から継承されたメソッド | 
|---|
| get_profile | 
| インタフェース RTC.ExecutionContextOperations から継承されたメソッド | 
|---|
| activate_component, add_component, deactivate_component, get_component_state, get_kind, get_rate, is_running, remove_component, reset_component, set_rate, start, stop | 
| コンストラクタの詳細 | 
|---|
public ExecutionContextBase()
| メソッドの詳細 | 
|---|
public void tick()
          throws org.omg.CORBA.SystemException
ExecutionContextの処理を1周期分進めます。
ExtTrigExecutionContextServiceOperations 内の tickorg.omg.CORBA.SystemExceptionpublic void setObjRef(ExecutionContextService ref)
本オブジェクトのExecutionContextServiceとしてのCORBAオブジェクト参照を設定します。
ref - CORBAオブジェクト参照public abstract ReturnCode_t bindComponent(RTObject_impl rtc)
bindComponent
rtc - RTObject
public abstract ExecutionContextService getObjRef()
getObjRef
public abstract boolean finalizeExecutionContext()
| 
 | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||