com.liferay.portal.dao.jdbc.pool.c3p0
Class PortalConnectionCustomizer
java.lang.Object
com.liferay.portal.dao.jdbc.pool.c3p0.PortalConnectionCustomizer
- All Implemented Interfaces:
- com.mchange.v2.c3p0.ConnectionCustomizer
public class PortalConnectionCustomizer
- extends Object
- implements com.mchange.v2.c3p0.ConnectionCustomizer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalConnectionCustomizer
public PortalConnectionCustomizer()
onAcquire
public void onAcquire(Connection connection,
String parentDataSourceIdentityToken)
throws Exception
- Specified by:
onAcquire
in interface com.mchange.v2.c3p0.ConnectionCustomizer
- Throws:
Exception
onCheckIn
public void onCheckIn(Connection connection,
String parentDataSourceIdentityToken)
- Specified by:
onCheckIn
in interface com.mchange.v2.c3p0.ConnectionCustomizer
onCheckOut
public void onCheckOut(Connection connection,
String parentDataSourceIdentityToken)
- Specified by:
onCheckOut
in interface com.mchange.v2.c3p0.ConnectionCustomizer
onDestroy
public void onDestroy(Connection connection,
String parentDataSourceIdentityToken)
- Specified by:
onDestroy
in interface com.mchange.v2.c3p0.ConnectionCustomizer