ClosableResource
ConnectionBundlePoolBean
, ConnectionBundlePoolImpl
public interface ConnectionBundlePool extends ClosableResource
Modifier and Type | Method | 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.SQLException
java.lang.InterruptedException
BrokenObjectException
void checkinBundle(ConnectionBundle bndl) throws java.sql.SQLException, BrokenObjectException
java.sql.SQLException
BrokenObjectException
void close() throws java.sql.SQLException
ClosableResource
close
in interface ClosableResource
java.sql.SQLException