|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ThreadLocal<T>
com.liferay.portal.kernel.util.CentralizedThreadLocal<T>
com.liferay.portal.kernel.util.InitialThreadLocal<T>
com.liferay.portal.kernel.util.AutoResetThreadLocal<T>
public class AutoResetThreadLocal<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 |
---|
public AutoResetThreadLocal(String name)
public AutoResetThreadLocal(String name, T initialValue)
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |