public class PortalConnectionCustomizer
extends java.lang.Object
implements com.mchange.v2.c3p0.ConnectionCustomizer
| Constructor and Description |
|---|
PortalConnectionCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAcquire(java.sql.Connection connection,
java.lang.String parentDataSourceIdentityToken) |
void |
onCheckIn(java.sql.Connection connection,
java.lang.String parentDataSourceIdentityToken) |
void |
onCheckOut(java.sql.Connection connection,
java.lang.String parentDataSourceIdentityToken) |
void |
onDestroy(java.sql.Connection connection,
java.lang.String parentDataSourceIdentityToken) |
public void onAcquire(java.sql.Connection connection,
java.lang.String parentDataSourceIdentityToken)
throws java.lang.Exception
onAcquire in interface com.mchange.v2.c3p0.ConnectionCustomizerjava.lang.Exceptionpublic void onCheckIn(java.sql.Connection connection,
java.lang.String parentDataSourceIdentityToken)
onCheckIn in interface com.mchange.v2.c3p0.ConnectionCustomizerpublic void onCheckOut(java.sql.Connection connection,
java.lang.String parentDataSourceIdentityToken)
onCheckOut in interface com.mchange.v2.c3p0.ConnectionCustomizerpublic void onDestroy(java.sql.Connection connection,
java.lang.String parentDataSourceIdentityToken)
onDestroy in interface com.mchange.v2.c3p0.ConnectionCustomizer