com.liferay.portal.jcr
Class JCRSessionInvocationHandler

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

public class JCRSessionInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler

Author:
Raymond Augé

Constructor Summary
JCRSessionInvocationHandler(javax.jcr.Session session)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.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 java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] arguments)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable