Liferay 6.2-ce-ga5

com.liferay.util
Class ThirdPartyThreadLocalRegistry

java.lang.Object
  extended by com.liferay.util.ThirdPartyThreadLocalRegistry

public class ThirdPartyThreadLocalRegistry
extends Object

See http://issues.liferay.com/browse/LPS-7864.


Constructor Summary
ThirdPartyThreadLocalRegistry()
           
 
Method Summary
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

ThirdPartyThreadLocalRegistry

public ThirdPartyThreadLocalRegistry()
Method Detail

registerThreadLocal

public static void registerThreadLocal(ThreadLocal<?> threadLocal)

resetThreadLocals

public static void resetThreadLocals()

Liferay 6.2-ce-ga5