jp.go.aist.rtm.RTC.port
クラス DataInPort<DataType>

java.lang.Object
  上位を拡張 org.omg.PortableServer.Servant
      上位を拡張 RTC.PortPOA
          上位を拡張 jp.go.aist.rtm.RTC.port.PortBase
              上位を拡張 jp.go.aist.rtm.RTC.port.DataInPort<DataType>
型パラメータ:
DataType - データ型を指定します。
すべての実装されたインタフェース:
SDOServiceOperations, org.omg.CORBA.portable.InvokeHandler, PortOperations

public class DataInPort<DataType>
extends PortBase

データ入力ポートの実装クラスです。


コンストラクタの概要
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
 

コンストラクタの詳細

DataInPort

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