Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.util.CentralizedThreadLocal

Packages that use CentralizedThreadLocal
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
 

Uses of CentralizedThreadLocal in com.liferay.portal.kernel.util
 

Subclasses of CentralizedThreadLocal in com.liferay.portal.kernel.util
 class AutoResetThreadLocal<T>
           
 class InitialThreadLocal<T>
           
 

Methods in com.liferay.portal.kernel.util that return types with arguments of type CentralizedThreadLocal
static Map<CentralizedThreadLocal<?>,Object> CentralizedThreadLocal.getLongLivedThreadLocals()
           
static Map<CentralizedThreadLocal<?>,Object> CentralizedThreadLocal.getShortLivedThreadLocals()
           
 

Method parameters in com.liferay.portal.kernel.util with type arguments of type CentralizedThreadLocal
static void CentralizedThreadLocal.setThreadLocals(Map<CentralizedThreadLocal<?>,Object> longLivedThreadLocals, Map<CentralizedThreadLocal<?>,Object> shortLivedThreadLocals)
           
static void CentralizedThreadLocal.setThreadLocals(Map<CentralizedThreadLocal<?>,Object> longLivedThreadLocals, Map<CentralizedThreadLocal<?>,Object> shortLivedThreadLocals)
           
 


Liferay 6.1.2-ce-ga3