protected class PortBase.find_conn_id extends java.lang.Object implements equalFunctor
指定された接続IDを持つ接続プロファイルを検索するためのヘルパクラスです。
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
m_connector_id |
| Constructor and Description |
|---|
find_conn_id(java.lang.String connector_id)
コンストラクタです。
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalof(ConnectorProfile cprof)
検索対象の接続IDを持つ接続プロファイルか否かを判定します。
|
boolean |
equalof(java.lang.Object elem)
検索対象の接続IDを持つ接続プロファイルか否かを判定します。
|
public find_conn_id(java.lang.String connector_id)
コンストラクタです。
connector_id - 検索対象の接続IDpublic boolean equalof(java.lang.Object elem)
検索対象の接続IDを持つ接続プロファイルか否かを判定します。
equalof in interface equalFunctorelem - 判定対象となるオブジェクトpublic boolean equalof(ConnectorProfile cprof)
検索対象の接続IDを持つ接続プロファイルか否かを判定します。
cprof - 判定対象となる接続プロファイル