KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.objectstyle.cayenne.conn.PooledConnectionImpl
    PooledConnectionImpl is an implementation of a pooling wrapper for the database connection as per JDBC3 spec. Most of the modern JDBC drivers should have its own implementation that may be used instead of this class. @author Andrei Adamchik
  • 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.jboss.resource.adapter.jdbc.xa.XAManagedConnection
    XAManagedConnection.java Created: Mon Aug 12 23:02:44 2002 @author <a HREF="mailto:d_jencks@users.sourceforge.net">David Jencks </a> @version $Revision: 1.14.6.1 $
Popular Tags