クラス
RTC.ConnectorProfile の使用

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

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

ConnectorProfile を返す jp.go.aist.rtm.RTC.port のメソッド
protected  ConnectorProfile PortBase.findConnProfile(java.lang.String id)
          指定された接続IDを持つ接続プロファイルが、当該ポートのPortProfileに設定されている ConnectorProfileオブジェクトシーケンス内に存在するかどうかを調べ、存在する場合は そのConnectorProfileオブジェクトが取得されます。
 ConnectorProfile PortBase.get_connector_profile(java.lang.String connector_id)
          指定されたコネクタIDに対応する接続プロファイルを取得します。
 ConnectorProfile[] PortBase.get_connector_profiles()
          ConnectorProfileリストを取得します。
 

ConnectorProfile 型のパラメータを持つ jp.go.aist.rtm.RTC.port のメソッド
protected  ReturnCode_t PortBase.disconnectNext(ConnectorProfile connector_profile)
          当該ポートの次のポートに対して接続解除通知を行います。
 boolean PortBase.find_conn_id.equalof(ConnectorProfile cprof)
          検索対象の接続IDを持つ接続プロファイルか否かを判定します。
protected  boolean PortBase.isEmptyId(ConnectorProfile connector_profile)
          指定されたConnectorProfileオブジェクト内のconnector_idメンバが空かどうか判定します。
 void PortBase.disconnect_all_func.operator(ConnectorProfile cprof)
          接続解除を行います。
protected  void OutPortBase.unsubscribeInterfaces(ConnectorProfile connector_profile)
          Interfaceへの接続を解除する {@.ja Interfaceへの接続を解除する。
protected  void CorbaPort.unsubscribeInterfaces(ConnectorProfile connector_profile)
          Interface への接続を解除する 与えられた ConnectorProfile に関連する Consumer にセットされた すべての Object を解放し接続を解除する。
protected  void InPortBase.unsubscribeInterfaces(ConnectorProfile connector_profile)
          Interfaceへの接続を解除する {@.ja Interfaceへの接続を解除する。
protected abstract  void PortBase.unsubscribeInterfaces(ConnectorProfile connector_profile)
          Interfaceの接続を解除します。
protected  void PortBase.updateConnectorProfile(ConnectorProfile connector_profile)
          指定された接続プロファイルを、当該ポートのPortProfileに追加します。
 

jp.go.aist.rtm.RTC.util での ConnectorProfile の使用
 

ConnectorProfile を返す jp.go.aist.rtm.RTC.util のメソッド
static ConnectorProfile ConnectorProfileFactory.clone(ConnectorProfile rhs)
          コネクタープロファイルの複製を生成する。
static ConnectorProfile ConnectorProfileFactory.create()
          コネクタープロファイルを生成する。
 

ConnectorProfile 型のパラメータを持つ jp.go.aist.rtm.RTC.util のメソッド
static ConnectorProfile ConnectorProfileFactory.clone(ConnectorProfile rhs)
          コネクタープロファイルの複製を生成する。
static void CORBA_SeqUtil.push_back(ConnectorProfileListHolder seq, ConnectorProfile elem)
          シーケンスの末尾にConnectorProfileオブジェクトを追加する。
 

RTC での ConnectorProfile の使用
 

ConnectorProfile として宣言されている RTC のフィールド
 ConnectorProfile[] PortProfile.connector_profiles
           
 ConnectorProfile ConnectorProfileHolder.value
           
 ConnectorProfile[] ConnectorProfileListHolder.value
           
 

ConnectorProfile を返す RTC のメソッド
static ConnectorProfile[] ConnectorProfileListHelper.extract(org.omg.CORBA.Any a)
           
static ConnectorProfile ConnectorProfileHelper.extract(org.omg.CORBA.Any a)
           
 ConnectorProfile _PortServiceStub.get_connector_profile(java.lang.String connector_id)
           
 ConnectorProfile PortServiceOperations.get_connector_profile(java.lang.String connector_id)
           
 ConnectorProfile[] _PortServiceStub.get_connector_profiles()
           
 ConnectorProfile[] PortServiceOperations.get_connector_profiles()
           
static ConnectorProfile[] ConnectorProfileListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ConnectorProfile ConnectorProfileHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

ConnectorProfile 型のパラメータを持つ RTC のメソッド
static void ConnectorProfileHelper.insert(org.omg.CORBA.Any a, ConnectorProfile that)
           
static void ConnectorProfileListHelper.insert(org.omg.CORBA.Any a, ConnectorProfile[] that)
           
static void ConnectorProfileHelper.write(org.omg.CORBA.portable.OutputStream ostream, ConnectorProfile value)
           
static void ConnectorProfileListHelper.write(org.omg.CORBA.portable.OutputStream ostream, ConnectorProfile[] value)
           
 

ConnectorProfile 型のパラメータを持つ RTC のコンストラクタ
ConnectorProfileHolder(ConnectorProfile initialValue)
           
ConnectorProfileListHolder(ConnectorProfile[] initialValue)
           
PortProfile(java.lang.String _name, PortInterfaceProfile[] _interfaces, PortService _port_ref, ConnectorProfile[] _connector_profiles, RTObject _owner, NameValue[] _properties)