|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.omg.PortableServer.Servant
RTC.DataFlowComponentPOA
jp.go.aist.rtm.RTC.RTObject_impl
jp.go.aist.rtm.RTC.DataFlowComponentBase
public class DataFlowComponentBase
データフローコンポーネントのベースクラスです。 データフローコンポーネントを実装する際には、本クラスのサブクラスとして実装します。
コンストラクタの概要 | |
---|---|
DataFlowComponentBase(Manager manager)
コンストラクタです。 |
メソッドの概要 | |
---|---|
DataFlowComponent |
_this()
当該オブジェクトのCORBAオブジェクト参照を取得します。 |
void |
init()
初期化を行います。 |
クラス RTC.DataFlowComponentPOA から継承されたメソッド |
---|
_all_interfaces, _invoke, _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 から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public DataFlowComponentBase(Manager manager)
コンストラクタです。
manager
- マネージャオブジェクトメソッドの詳細 |
---|
public DataFlowComponent _this()
当該オブジェクトのCORBAオブジェクト参照を取得します。
DataFlowComponentPOA
内の _this
public void init()
初期化を行います。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |