Example usage for javax.sql ConnectionEventListener interface-usage

List of usage examples for javax.sql ConnectionEventListener interface-usage

Introduction

In this page you can find the example usage for javax.sql ConnectionEventListener interface-usage.

Usage

From source file com.alibaba.wasp.jdbcx.JdbcConnectionPool.java

/**
 * A simple standalone JDBC connection pool.
 * 
 */
public class JdbcConnectionPool implements DataSource, ConnectionEventListener {

From source file org.enhydra.jdbc.pool.StandardPoolDataSource.java

/**
 * StandardPoolDataSource class allows to make some operations on
 * PooledConnection. It implements PoolHelper for the 3 methods :<p>
 * create   : create a PooledConnection<p>
 * create(user,password)   : create a PooledConnection with an other user/password<p>
 * testThisObject : check if the object is still valid<p>