Liferay 6.0-ee-sp2

com.liferay.portal.kernel.util
Class ThreadLocalRegistry

java.lang.Object
  extended by com.liferay.portal.kernel.util.ThreadLocalRegistry

Deprecated. CentralizedThreadLocal

public class ThreadLocalRegistry
extends Object


Constructor Summary
ThreadLocalRegistry()
          Deprecated.  
 
Method Summary
static ThreadLocal<?>[] captureSnapshot()
          Deprecated.  
static void registerThreadLocal(ThreadLocal<?> threadLocal)
          Deprecated.  
static void resetThreadLocals()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadLocalRegistry

public ThreadLocalRegistry()
Deprecated. 
Method Detail

captureSnapshot

public static ThreadLocal<?>[] captureSnapshot()
Deprecated. 

registerThreadLocal

public static void registerThreadLocal(ThreadLocal<?> threadLocal)
Deprecated. 

resetThreadLocals

public static void resetThreadLocals()
Deprecated. 

Liferay 6.0-ee-sp2