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

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

public class DataOutPort<DataType>
extends PortBase

データ出力ポートです。


コンストラクタの概要
DataOutPort(java.lang.Class<DataType> DATA_TYPE_CLASS, java.lang.String name, OutPort<DataType> outPort)
          コンストラクタです。
 
メソッドの概要
 
クラス 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
 

コンストラクタの詳細

DataOutPort

public DataOutPort(java.lang.Class<DataType> DATA_TYPE_CLASS,
                   java.lang.String name,
                   OutPort<DataType> outPort)
            throws java.lang.Exception

コンストラクタです。

パラメータ:
DATA_TYPE_CLASS - 型パラメータ<DataType>で指定したクラスのClassオブジェクト
name - ポート名称
outPort - 当該データ出力ポートに関連付けるOutPortオブジェクト
例外:
java.lang.Exception