SQLServerXAConnection のメンバー
次の表は、SQLServerXAConnection クラスによって公開されるメンバーを示しています。
コンストラクター
[なし] :
フィールド
[なし] :
継承されたフィールド
[なし] :
メソッド
Name | 説明 |
---|---|
addConnectionEventListener | (SQLServerPooledConnection から継承されます) Connection オブジェクトでイベントが発生した場合に通知を受けるように、渡されたイベント リスナーを登録します。 |
close | (SQLServerPooledConnection から継承されます) Connection オブジェクトが表す物理的な接続を終了します。 |
getConnection | (SQLServerPooledConnection から継承されます) Connection オブジェクトが表す物理的な接続用のオブジェクト ハンドルを作成します。 |
getXAResource | SQLServerXAConnection オブジェクトの分散トランザクションへの参加を管理するため、トランザクション マネージャーが使用する SQLServerXAResource オブジェクトを取得します。 |
removeConnectionEventListener | (SQLServerPooledConnection から継承されます) 渡されたイベント リスナーを削除します。 |
継承されたメソッド
継承元のクラス | メソッド |
---|---|
com.microsoft.sqlserver.jdbc.SQLServerPooledConnection | addConnectionEventListener、close、getConnection、removeConnectionEventListener |
java.lang.Object | clone、equals、finalize、getClass、hashCode、notify、notifyAll、toString、wait |
javax.sql.PooledConnection | addConnectionEventListener、close、getConnection、removeConnectionEventListener |