Liferay 7.0-ce-m3

com.liferay.portal.test.jdbc
Class ResetDatabaseConnectionHandler

java.lang.Object
  extended by com.liferay.portal.test.jdbc.ResetDatabaseConnectionHandler
All Implemented Interfaces:
InvocationHandler

public class ResetDatabaseConnectionHandler
extends Object
implements InvocationHandler


Constructor Summary
ResetDatabaseConnectionHandler(Connection connection)
           
 
Method Summary
protected  Class<?>[] getInterfaces(Statement statement)
           
 Object invoke(Object proxy, Method method, Object[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResetDatabaseConnectionHandler

public ResetDatabaseConnectionHandler(Connection connection)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] arguments)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

getInterfaces

protected Class<?>[] getInterfaces(Statement statement)

Liferay 7.0-ce-m3