public class ThreadLocalNamedInvoker<T> extends ThreadLocalInvoker<T>
| Constructor and Description | 
|---|
ThreadLocalNamedInvoker(String name)
Create an instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
invoke(Object proxy,
      Method method,
      Object[] args)  | 
get, setpublic ThreadLocalNamedInvoker(String name)
name - the JNDI name at which an instance of T can be found.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.