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
SQLException
BrokenObjectException
void close() throws SQLException
ClosableResource
close
in interface ClosableResource
SQLException