public class ThreadLocalInvoker<T> extends Object implements InvocationHandler
ThreadLocalInvoker()
T
get()
Object
invoke(Object proxy, Method method, Object[] args)
void
set(T threadLocalInstance)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThreadLocalInvoker()
public void set(T threadLocalInstance)
public T get()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.