Class ThreadLocalNamedInvoker<T>

  • All Implemented Interfaces:
    InvocationHandler

    public class ThreadLocalNamedInvoker<T>
    extends ThreadLocalInvoker<T>
    A proxy invocation handler that delegates all methods to a thread local instance from JNDI.
    Author:
    Paul Sandoz