public interface ConnectionBundlePool extends ClosableResource
| Modifier and Type | Method and Description |
|---|---|
void |
checkinBundle(ConnectionBundle bndl) |
ConnectionBundle |
checkoutBundle() |
void |
close()
forces the release of any resources that might be
associated with this object.
|
ConnectionBundle checkoutBundle() throws SQLException, InterruptedException, BrokenObjectException
void checkinBundle(ConnectionBundle bndl) throws SQLException, BrokenObjectException
SQLExceptionBrokenObjectExceptionvoid close()
throws SQLException
ClosableResourceclose in interface ClosableResourceSQLException