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