Liferay 6.2.0-ce-m4

com.liferay.portal.dao.jdbc.pacl
Class PACLConnectionHandler

java.lang.Object
  extended by com.liferay.portal.dao.jdbc.pacl.PACLConnectionHandler
All Implemented Interfaces:
InvocationHandler

public class PACLConnectionHandler
extends Object
implements InvocationHandler


Constructor Summary
PACLConnectionHandler(Connection connection, PACLPolicy paclPolicy)
           
 
Method Summary
protected  Class<?>[] getInterfaces(Class<?> returnType)
           
 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

PACLConnectionHandler

public PACLConnectionHandler(Connection connection,
                             PACLPolicy paclPolicy)
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(Class<?> returnType)

Liferay 6.2.0-ce-m4