|
Liferay 6.2.0-ce-m3 | |||||||||
| 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>
public class InitialThreadLocal<T>
| Constructor Summary | |
|---|---|
InitialThreadLocal(String name,
T initialValue)
|
|
InitialThreadLocal(String name,
T initialValue,
boolean shortLived)
|
|
| Method Summary | |
|---|---|
protected T |
initialValue()
|
String |
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 InitialThreadLocal(String name,
T initialValue)
public InitialThreadLocal(String name,
T initialValue,
boolean shortLived)
| Method Detail |
|---|
public String toString()
toString in class Objectprotected T initialValue()
initialValue in class ThreadLocal<T>
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||