org.apache.sling.jcr.base
Class SessionProxyHandler.SessionProxyInvocationHandler
java.lang.Object
org.apache.sling.jcr.base.SessionProxyHandler.SessionProxyInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
- Enclosing class:
- SessionProxyHandler
public static final class SessionProxyHandler.SessionProxyInvocationHandler
- extends Object
- implements InvocationHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionProxyHandler.SessionProxyInvocationHandler
public SessionProxyHandler.SessionProxyInvocationHandler(javax.jcr.Session delegatee,
AbstractSlingRepository repo,
Class<?>[] interfaces)
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.