com.liferay.portal.kernel.util
Class AutoResetThreadLocal<T>
java.lang.Object
java.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>
- extends InitialThreadLocal<T>
| Methods inherited from class com.liferay.portal.kernel.util.CentralizedThreadLocal |
clearLongLivedThreadLocals, clearShortLivedThreadLocals, copy, equals, get, getLongLivedThreadLocals, getShortLivedThreadLocals, hashCode, remove, set, setThreadLocals |
AutoResetThreadLocal
public AutoResetThreadLocal(String name)
AutoResetThreadLocal
public AutoResetThreadLocal(String name,
T initialValue)