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 java.sql.SQLException, java.lang.InterruptedException, BrokenObjectException
java.sql.SQLExceptionjava.lang.InterruptedExceptionBrokenObjectExceptionvoid checkinBundle(ConnectionBundle bndl) throws java.sql.SQLException, BrokenObjectException
java.sql.SQLExceptionBrokenObjectExceptionvoid close()
throws java.sql.SQLException
ClosableResourceclose in interface ClosableResourcejava.sql.SQLException