Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by java.lang.ThreadLocal<T>
      extended by com.liferay.portal.kernel.util.CentralizedThreadLocal<T>
          extended by com.liferay.portal.kernel.util.InitialThreadLocal<T>
              extended by com.liferay.portal.kernel.util.AutoResetThreadLocal<T>

public class AutoResetThreadLocal<T>
extends InitialThreadLocal<T>


Constructor Summary
AutoResetThreadLocal(String name)
           
AutoResetThreadLocal(String name, T initialValue)
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.util.InitialThreadLocal
initialValue, toString
 
Methods inherited from class com.liferay.portal.kernel.util.CentralizedThreadLocal
clearLongLivedThreadLocals, clearShortLivedThreadLocals, copy, get, getLongLivedThreadLocals, getShortLivedThreadLocals, hashCode, remove, set, setThreadLocals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AutoResetThreadLocal

public AutoResetThreadLocal(String name)

AutoResetThreadLocal

public AutoResetThreadLocal(String name,
                            T initialValue)

Liferay 6.1.2-ce-ga3