|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.omg.PortableServer.Servant
RTC.PortPOA
jp.go.aist.rtm.RTC.port.PortBase
jp.go.aist.rtm.RTC.port.DataInPort<DataType>
DataType
- データ型を指定します。public class DataInPort<DataType>
データ入力ポートの実装クラスです。
コンストラクタの概要 | |
---|---|
DataInPort(java.lang.Class<DataType> DATA_TYPE_CLASS,
java.lang.String name,
InPort<DataType> inPort)
コンストラクタです。 |
メソッドの概要 |
---|
クラス jp.go.aist.rtm.RTC.port.PortBase から継承されたメソッド |
---|
_this, connect, disconnect_all, disconnect, get_connector_profile, get_connector_profiles, get_port_profile, getPortRef, getProfile, notify_connect, notify_disconnect, setName, setOwner, setPortRef |
クラス RTC.PortPOA から継承されたメソッド |
---|
_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 DataInPort(java.lang.Class<DataType> DATA_TYPE_CLASS, java.lang.String name, InPort<DataType> inPort) throws java.lang.Exception
コンストラクタです。
DATA_TYPE_CLASS
- 型パラメータ<DataType>で指定したクラスのClassオブジェクトname
- ポート名称inPort
- 当該データ入力ポートに関連付けるInPortオブジェクト
java.lang.Exception
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |