com.mchange.v2.c3p0
Class AbstractConnectionCustomizer
java.lang.Object
com.mchange.v2.c3p0.AbstractConnectionCustomizer
- ConnectionCustomizer
public abstract class AbstractConnectionCustomizer
extends java.lang.Object
An abstract implementation of the
ConnectionCustomizer interface
in which all methods are no-ops.
Just a convenience class since
most clients will only need to
implement a single method.
void | onAcquire(Connection c, String parentDataSourceIdentityToken)
|
void | onCheckIn(Connection c, String parentDataSourceIdentityToken)
|
void | onCheckOut(Connection c, String parentDataSourceIdentityToken)
|
void | onDestroy(Connection c, String parentDataSourceIdentityToken)
|