public class ThreadLocalNamedInvoker<T> extends ThreadLocalInvoker<T>
| Constructor and Description |
|---|
ThreadLocalNamedInvoker(String name) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
get, getImmutableThreadLocal, getThreadLocal, setpublic ThreadLocalNamedInvoker(String name)
name - the JNDI name at which an instance of T can be foundCopyright © 2016 Oracle Corporation. All rights reserved.