パッケージ | 説明 |
---|---|
javax.resource.spi | javax.resource.spi パッケージには、Jakarta Connectors 仕様で定義されているシステム契約の API が含まれています。 |
修飾子と型 | メソッドと説明 |
---|---|
ManagedConnection | ManagedConnectionFactory.createManagedConnection(SubjectSE subject, ConnectionRequestInfo cxRequestInfo) 基礎となる EIS リソースマネージャーへの新しい物理接続を作成します。 |
ManagedConnection | ManagedConnectionFactory.matchManagedConnections(SetSE connectionSet, SubjectSE subject, ConnectionRequestInfo cxRequestInfo) 接続の候補セットから一致する接続を返します。 |
修飾子と型 | メソッドと説明 |
---|---|
void | LazyEnlistableConnectionManager.lazyEnlist(ManagedConnection mc) このメソッドは、XA トランザクションで接続オブジェクトを遅延登録するために、リソースアダプター(遅延トランザクション登録最適化が可能)によって呼び出されます。 |
コンストラクターと説明 |
---|
ConnectionEvent(ManagedConnection source, int eid) ConnectionEvent オブジェクトを作成します。 |
ConnectionEvent(ManagedConnection source, int eid, ExceptionSE exception) ConnectionEvent オブジェクトを作成します。 |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.