com.mchange.v1.db.sql
Interface ConnectionBundlePool

All Superinterfaces:
ClosableResource
All Known Implementing Classes:
ConnectionBundlePoolBean, ConnectionBundlePoolImpl

public interface ConnectionBundlePool
extends ClosableResource


Method Summary
 void checkinBundle(ConnectionBundle bndl)
           
 ConnectionBundle checkoutBundle()
           
 void close()
          forces the release of any resources that might be associated with this object.
 

Method Detail

checkoutBundle

ConnectionBundle checkoutBundle()
                                throws SQLException,
                                       InterruptedException,
                                       BrokenObjectException
Throws:
SQLException
InterruptedException
BrokenObjectException

checkinBundle

void checkinBundle(ConnectionBundle bndl)
                   throws SQLException,
                          BrokenObjectException
Throws:
SQLException
BrokenObjectException

close

void close()
           throws SQLException
Description copied from interface: ClosableResource
forces the release of any resources that might be associated with this object.

Specified by:
close in interface ClosableResource
Throws:
SQLException