org.apache.sling.jcr.base
Class SessionProxyHandler.SessionProxyInvocationHandler

java.lang.Object
  extended by org.apache.sling.jcr.base.SessionProxyHandler.SessionProxyInvocationHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
SessionProxyHandler

public static final class SessionProxyHandler.SessionProxyInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
SessionProxyHandler.SessionProxyInvocationHandler(javax.jcr.Session delegatee, AbstractSlingRepository repo, Class<?>[] interfaces)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionProxyHandler.SessionProxyInvocationHandler

public SessionProxyHandler.SessionProxyInvocationHandler(javax.jcr.Session delegatee,
                                                         AbstractSlingRepository repo,
                                                         Class<?>[] interfaces)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable
See Also:
InvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.