com.liferay.portal.kernel.util
Class ThreadLocalRegistry
java.lang.Object
com.liferay.portal.kernel.util.ThreadLocalRegistry
Deprecated. CentralizedThreadLocal
public class ThreadLocalRegistry
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadLocalRegistry
public ThreadLocalRegistry()
- Deprecated.
captureSnapshot
public static ThreadLocal<?>[] captureSnapshot()
- Deprecated.
registerThreadLocal
public static void registerThreadLocal(ThreadLocal<?> threadLocal)
- Deprecated.
resetThreadLocals
public static void resetThreadLocals()
- Deprecated.