public class ThreadLocalNamedInvoker<T> extends ThreadLocalInvoker<T>
| Constructor and Description |
|---|
ThreadLocalNamedInvoker(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
get, getImmutableThreadLocal, getThreadLocal, setpublic ThreadLocalNamedInvoker(java.lang.String name)
name - the JNDI name at which an instance of T can be foundpublic java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerinvoke in class ThreadLocalInvoker<T>java.lang.ThrowableCopyright © 2015 Oracle Corporation. All Rights Reserved.