Liferay 6.2-ce-ga5

com.liferay.portal.dao.jdbc.pool.c3p0
Class PortalConnectionCustomizer

java.lang.Object
  extended by 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


Constructor Summary
PortalConnectionCustomizer()
           
 
Method Summary
 void onAcquire(Connection connection, String parentDataSourceIdentityToken)
           
 void onCheckIn(Connection connection, String parentDataSourceIdentityToken)
           
 void onCheckOut(Connection connection, String parentDataSourceIdentityToken)
           
 void onDestroy(Connection connection, String parentDataSourceIdentityToken)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalConnectionCustomizer

public PortalConnectionCustomizer()
Method Detail

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

Liferay 6.2-ce-ga5