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, set
public ThreadLocalNamedInvoker(String name)
name
- the JNDI name at which an instance of T can be found.Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.