クラス
jp.go.aist.rtm.RTC.port.PortBase の使用

PortBase を使用しているパッケージ
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.port   
 

jp.go.aist.rtm.RTC での PortBase の使用
 

PortBase 型のパラメータを持つ jp.go.aist.rtm.RTC のメソッド
 boolean RTObject_impl.addPort(PortBase port)
          [local interface] Port を登録する。
 void RTObject_impl.deletePort(PortBase port)
          [local interface] Port の登録を削除します。
 void RTObject_impl.registerPort(PortBase port)
          [local interface] Port を登録する。
 boolean RTObject_impl.removePort(PortBase port)
          [local interface] Port の登録を削除する RTC が保持するPortの登録を削除する。
 

jp.go.aist.rtm.RTC.port での PortBase の使用
 

jp.go.aist.rtm.RTC.port での PortBase のサブクラス
 class CorbaPort
          CORBAを通信手段とするPortクラスです。
 class InPort<DataType>
          入力ポートのためのベース実装クラスです。
 class InPortBase
          InPort 用 Port
 class OutPort<DataType>
          出力ポートの実装。
 class OutPortBase
          出力ポートのベース実装クラス Publisherの登録やPublisherへのデータ更新通知などの実装を提供する。
 

PortBase として宣言されている jp.go.aist.rtm.RTC.port のフィールド
 PortBase PortBase.disconnect_all_func.m_port
           
 

PortBase を返す jp.go.aist.rtm.RTC.port のメソッド
 PortBase PortAdmin.getPort(java.lang.String portName)
          Port のサーバントのポインタの取得 {@.ja port_name で指定した Port のサーバントのポインタを返す。
 

PortBase 型のパラメータを持つ jp.go.aist.rtm.RTC.port のメソッド
 boolean PortAdmin.addPort(PortBase port)
           Regsiter the Port This operation registers the Port's servant given by argument.
 void PortAdmin.deletePort(PortBase port)
          [local interface] Port の登録を削除する {@.ja 指定されたPortサーバントの登録を解除します。
 void PortAdmin.registerPort(PortBase port)
          Portサーバントを登録します。
 boolean PortAdmin.removePort(PortBase port)
          Port の登録を解除する {@.ja 引数 port で指定された Port の登録を解除する。
 

PortBase 型のパラメータを持つ jp.go.aist.rtm.RTC.port のコンストラクタ
PortBase.disconnect_all_func(PortBase port)
          コンストラクタです。