T
public class DelegateInvocationHandler<T> extends Object implements InvocationHandler
DelegateInvocationHandler()
Object
invoke(Object proxy, Method method, Object[] args)
void
setDelegate(T delegate)
static <T> T
snapshot(T proxiedInstance)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DelegateInvocationHandler()
public void setDelegate(T delegate)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
public static <T> T snapshot(T proxiedInstance)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.