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