Liferay 6.2-ce-ga5

com.liferay.portal.jcr
Class JCRSessionInvocationHandler

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

public class JCRSessionInvocationHandler
extends Object
implements FinalizeAction, InvocationHandler


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

doFinalize

public void doFinalize()
Specified by:
doFinalize in interface FinalizeAction

invoke

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

Liferay 6.2-ce-ga5