org.apache.openejb.core.ivm.naming
Class AbstractThreadLocalProxy<T>
java.lang.Object
org.apache.openejb.core.ivm.naming.AbstractThreadLocalProxy<T>
- Direct Known Subclasses:
- ThreadLocalContextResolver, ThreadLocalHttpHeaders, ThreadLocalRequest, ThreadLocalSecurityContext, ThreadLocalUriInfo
public class AbstractThreadLocalProxy<T>
- extends Object
taken from CXF to be able to bind it into JNDI managing the value in lazy mode (request time).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractThreadLocalProxy
protected AbstractThreadLocalProxy()
get
public T get()
remove
public void remove()
set
public void set(T value)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.