com.liferay.portal.jcr
Class JCRSessionInvocationHandler
java.lang.Object
com.liferay.portal.jcr.JCRSessionInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
public class JCRSessionInvocationHandler
- extends Object
- implements InvocationHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCRSessionInvocationHandler
public JCRSessionInvocationHandler(javax.jcr.Session session)
invoke
public Object invoke(Object proxy,
Method method,
Object[] arguments)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable