org.seasar.extension.dbcp
インタフェース ConnectionPool
- 既知の実装クラスの一覧:
- ConnectionPoolImpl
- public interface ConnectionPool
- 作成者:
- higa
checkOut
public ConnectionWrapper checkOut()
throws SQLException
- 例外:
SQLException
checkIn
public void checkIn(ConnectionWrapper connectionWrapper)
release
public void release(ConnectionWrapper connectionWrapper)
close
public void close()
getActivePoolSize
public int getActivePoolSize()
getTxActivePoolSize
public int getTxActivePoolSize()
getFreePoolSize
public int getFreePoolSize()
getMaxPoolSize
public int getMaxPoolSize()
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.