public abstract class ConnectionFactory extends ObjectSE
Connection| コンストラクターと説明 |
|---|
ConnectionFactory() |
| 修飾子と型 | メソッドと説明 |
|---|---|
abstract Connection | createConnection() 名前付き接続を作成します。 |
abstract FederatedConnection | createFederatedConnection(CollectionSE connections)FederatedConnection を作成します。 |
abstract PropertiesSE | getProperties()createConnection および createFederatedConnection 呼び出し中に使用されるプロパティを取得します。 |
static ConnectionFactory | newInstance() デフォルトの ConnectionFactory オブジェクトを作成します。 |
abstract void | setProperties(PropertiesSE properties)createConnection および createFederatedConnection 呼び出し中に使用されるプロパティを設定します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic abstract void setProperties(PropertiesSE properties) throws JAXRException
javax.xml.registry.queryManagerURL - ターゲットレジストリプロバイダー内のクエリマネージャーサービスの URL 文字列 javax.xml.registry.lifeCycleManagerURL - ターゲットレジストリプロバイダー内のライフサイクルマネージャーサービスの URL 文字列。指定しない場合、デフォルトで上記の queryManagerURL の値にする必要があります javax.xml.registry.semanticEquivalences - 意味的同等性の指定を可能にする文字列 javax.xml.registry.security.authenticationMethod - レジストリプロバイダーで認証するときに使用される認証方法について、Jakarta XML Registries プロバイダーにヒントを提供する文字列。可能な値には、"UDDI_GET_AUTHTOKEN"、"HTTP_BASIC"、"CLIENT_CERTIFICATE"、"MS_PASSPORT" が含まれますが、これらに限定されません。javax.xml.registry.uddi.maxRows - 検索操作で返される行の最大数を指定する整数。このプロパティは UDDI プロバイダーに固有です javax.xml.registry.postalAddressScheme - この接続のデフォルトの住所スキームとして使用される ClassificationScheme の ID を指定する文字列 properties - Jakarta XML Registries 仕様で指定されているか、プロバイダー固有の構成プロパティ。JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 public abstract PropertiesSE getProperties() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 public abstract Connection createConnection() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 Connectionpublic abstract FederatedConnection createFederatedConnection(CollectionSE connections) throws JAXRException
connections - Connection オブジェクトのコレクションです。Connection オブジェクトは FederatedConnection オブジェクトの場合もあることに注意してください。JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 FederatedConnectionpublic static ConnectionFactory newInstance() throws JAXRException
ConnectionFactory オブジェクトを作成します。ConnectionFactory の新しいインスタンス JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.