org.apache.openejb.core.ivm.naming
Class AbstractThreadLocalProxy<T>

java.lang.Object
  extended by org.apache.openejb.core.ivm.naming.AbstractThreadLocalProxy<T>

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).


Constructor Summary
protected AbstractThreadLocalProxy()
           
 
Method Summary
 T get()
           
 void remove()
           
 void set(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractThreadLocalProxy

protected AbstractThreadLocalProxy()
Method Detail

get

public T get()

remove

public void remove()

set

public void set(T value)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.