Liferay 6.1.10-ee-ga1

com.liferay.portal.jcr
Class JCRSessionInvocationHandler

java.lang.Object
  extended by com.liferay.portal.jcr.JCRSessionInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class JCRSessionInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
JCRSessionInvocationHandler(javax.jcr.Session session)
           
 
Method Summary
 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

JCRSessionInvocationHandler

public JCRSessionInvocationHandler(javax.jcr.Session session)
Method Detail

invoke

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

Liferay 6.1.10-ee-ga1