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

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

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

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

ConnectionPool を返す org.seasar.extension.dbcp.impl のメソッド
 ConnectionPool DataSourceImpl.getConnectionPool()
          コネクションプールを返します。
 

ConnectionPool 型のパラメータを持つ org.seasar.extension.dbcp.impl のコンストラクタ
DataSourceImpl(ConnectionPool connectionPool)
          DataSourceImplを作成します。
ConnectionWrapperImpl(javax.sql.XAConnection xaConnection, java.sql.Connection physicalConnection, ConnectionPool connectionPool, Transaction tx)
          ConnectionWrapperImplを作成します。
 



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