Package com.mchange.v1.db.sql
Class ConnectionBundlePoolBean
java.lang.Object
com.mchange.v1.db.sql.ConnectionBundlePoolBean
- All Implemented Interfaces:
 ConnectionBundlePool,ClosableResource
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ConnectionBundlePoolBean
public ConnectionBundlePoolBean() 
 - 
 - 
Method Details
- 
init
public void init(String jdbcDriverClass, String jdbcUrl, String username, String pwd, int start, int max, int inc) throws SQLException, ClassNotFoundException - Throws:
 SQLExceptionClassNotFoundException
 - 
init
public void init(String jdbcUrl, String username, String pwd, int start, int max, int inc) throws SQLException - Throws:
 SQLException
 - 
checkoutBundle
public ConnectionBundle checkoutBundle() throws SQLException, InterruptedException, BrokenObjectException- Specified by:
 checkoutBundlein interfaceConnectionBundlePool- Throws:
 SQLExceptionInterruptedExceptionBrokenObjectException
 - 
checkinBundle
- Specified by:
 checkinBundlein interfaceConnectionBundlePool- Throws:
 SQLExceptionBrokenObjectException
 - 
close
Description copied from interface:ClosableResourceforces the release of any resources that might be associated with this object.- Specified by:
 closein interfaceClosableResource- Specified by:
 closein interfaceConnectionBundlePool- Throws:
 SQLException
 - 
setConnectionOptions
- Throws:
 SQLException
 
 -