KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sql > PooledConnection > Top Examples

  • org.objectstyle.cayenne.conn.PoolManager
    PoolManager is a pooling DataSource impementation. Internally to obtain connections PoolManager uses either a JDBC driver or another pooling datasource. <p>TODO: create a low priority thread that will do pool maintenance.</p> @author Andrei Adamchik
  • org.apache.commons.dbcp.datasources.KeyedCPDSConnectionFactory
    A {*link PoolableObjectFactory} that creates {*link PoolableConnection}s. @author John D. McNally @version $Revision: 1.6 $ $Date: 2004/03/07 11:19:25 $ Create a new <tt>KeyedPoolableConnectionFactory</tt>. @param cpds the ConnectionPoolDataSource from which to obtain PooledConnecti ...
  • org.apache.commons.dbcp.datasources.CPDSConnectionFactory
    A {@link PoolableObjectFactory} that creates {@link PoolableConnection}s. @author John D. McNally @version $Revision: 1.5 $ $Date: 2004/02/28 12:18:17 $ Create a new <tt>PoolableConnectionFactory</tt>. @param cpds the ConnectionPoolDataSource from which to obtain PooledConnection's ...
  • testsuite.regression.PooledConnectionRegressionTest
    Tests a PooledConnection implementation provided by a JDBC driver. Test case provided by Johnny Macchione from bug database record BUG#884. According to the JDBC 2.0 specification: <p> "Each call to PooledConnection.getConnection() must return a newly constructed Connection object that exhi ...
  • org.apache.commons.dbcp.datasources.PooledConnectionAndInfo
    @version $Revision: 1.5 $ $Date: 2004/02/28 12:18:17 $ Get the value of password. @return value of password. Get the value of username. @return value of username.
  • testsuite.regression.DataSourceRegressionTest
    Tests fixes for bugs related to datasources. @author Mark Matthews @version $Id: DataSourceRegressionTest.java,v 1.1.2.1 2005/05/13 18:58:38 mmatthews Exp $
  • com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
    This class is used to wrap and return a physical connection within a logical handle. It also registers and notifies ConnectionEventListeners of any ConnectionEvents @see javax.sql.PooledConnection @see org.gjt.mm.mysql.jdbc2.optional.LogicalHandle @author Todd Wolff <todd.wolff_at_prodigy.net& ...
  • org.objectweb.jonas.jdbc.ConnectionPoolMCFImpl
    JDBC RA connection pool MCF implmentation @author Eric Hardesty Contributor(s):
Popular Tags