インタフェース
org.seasar.extension.dbcp.ConnectionWrapper の使用

ConnectionWrapper を使用しているパッケージ
org.seasar.extension.dbcp JTAと連動するコネクションプーリング機能を提供します。 
org.seasar.extension.dbcp.impl JTAと連動するコネクションプーリング機能の実装を提供します。 
 

org.seasar.extension.dbcp での ConnectionWrapper の使用
 

ConnectionWrapper を返す org.seasar.extension.dbcp のメソッド
 ConnectionWrapper ConnectionPool.checkOut()
          コネクションを取り出します。
 

ConnectionWrapper 型のパラメータを持つ org.seasar.extension.dbcp のメソッド
 void ConnectionPool.checkIn(ConnectionWrapper connectionWrapper)
          コネクションを戻します。
 void ConnectionPool.release(ConnectionWrapper connectionWrapper)
          コネクションを解放します。
 

org.seasar.extension.dbcp.impl での ConnectionWrapper の使用
 

ConnectionWrapper を実装している org.seasar.extension.dbcp.impl のクラス
 class ConnectionWrapperImpl
          ConnectionWrapperの実装クラスです。
 

ConnectionWrapper を返す org.seasar.extension.dbcp.impl のメソッド
 ConnectionWrapper XAResourceWrapperImpl.getConnectionWrapper()
          コネクションを返します。
 ConnectionWrapper ConnectionPoolImpl.checkOut()
           
 

ConnectionWrapper 型のパラメータを持つ org.seasar.extension.dbcp.impl のメソッド
 void ConnectionPoolImpl.release(ConnectionWrapper connection)
           
 void ConnectionPoolImpl.checkIn(ConnectionWrapper connection)
           
 

ConnectionWrapper 型のパラメータを持つ org.seasar.extension.dbcp.impl のコンストラクタ
XAResourceWrapperImpl(XAResource physicalXAResource, ConnectionWrapper connectionWrapper)
          XAResourceWrapperImplを作成します。
 



Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.