Liferay 6.0.5

com.liferay.portal.kernel.util
Class InitialThreadLocal<T>

java.lang.Object
  extended by java.lang.ThreadLocal<T>
      extended by com.liferay.portal.kernel.util.InitialThreadLocal<T>
Direct Known Subclasses:
AutoResetThreadLocal

public class InitialThreadLocal<T>
extends ThreadLocal<T>


Constructor Summary
InitialThreadLocal(String name, T initialValue)
           
 
Method Summary
protected  T initialValue()
           
 String toString()
           
 
Methods inherited from class java.lang.ThreadLocal
get, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitialThreadLocal

public InitialThreadLocal(String name,
                          T initialValue)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

initialValue

protected T initialValue()
Overrides:
initialValue in class ThreadLocal<T>

Liferay 6.0.5