|
|||||||||
| 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.InitialThreadLocal<T>
com.liferay.portal.kernel.util.AutoResetThreadLocal<T>
public class AutoResetThreadLocal<T>
| Constructor Summary | |
|---|---|
AutoResetThreadLocal()
|
|
AutoResetThreadLocal(T initialValue)
|
|
| Method Summary | |
|---|---|
protected T |
initialValue()
|
void |
set(T value)
|
| Methods inherited from class java.lang.ThreadLocal |
|---|
get, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoResetThreadLocal()
public AutoResetThreadLocal(T initialValue)
| Method Detail |
|---|
public void set(T value)
set in class java.lang.ThreadLocal<T>protected T initialValue()
initialValue in class InitialThreadLocal<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||