Liferay 6.0.5

com.liferay.portal.kernel.util
Class ThreadLocalRegistry

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

public class ThreadLocalRegistry
extends Object


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

Constructor Detail

ThreadLocalRegistry

public ThreadLocalRegistry()
Method Detail

captureSnapshot

public static ThreadLocal<?>[] captureSnapshot()

registerThreadLocal

public static void registerThreadLocal(ThreadLocal<?> threadLocal)

resetThreadLocals

public static void resetThreadLocals()

Liferay 6.0.5