|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.go.aist.rtm.RTC.executionContext.ECFactoryBase
jp.go.aist.rtm.RTC.executionContext.ECFactoryJava
public class ECFactoryJava
Java言語版ExecutionContextインスタンス生成用Factoryクラスです。
コンストラクタの概要 | |
---|---|
ECFactoryJava(java.lang.String name)
コンストラクタです。 |
メソッドの概要 | |
---|---|
ExecutionContextBase |
create()
生成対象のExecutionContextクラスのインスタンスを生成します。 |
void |
destroy(ExecutionContextBase comp)
ExecutionContextのインスタンスを破棄します。 |
java.lang.String |
name()
生成対象のExecutionContextの完全修飾名(フルパスのクラス名)を取得します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ECFactoryJava(java.lang.String name)
コンストラクタです。
name
- 生成対象のExecutionContextクラス名の完全修飾名(フルパスのクラス名)メソッドの詳細 |
---|
public java.lang.String name()
生成対象のExecutionContextの完全修飾名(フルパスのクラス名)を取得します。
ECFactoryBase
内の name
public ExecutionContextBase create()
生成対象のExecutionContextクラスのインスタンスを生成します。
ECFactoryBase
内の create
public void destroy(ExecutionContextBase comp)
ExecutionContextのインスタンスを破棄します。
ECFactoryBase
内の destroy
comp
- 破棄対象ExecutionContextインスタンス
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |