Package | Description |
---|---|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
static Map<CentralizedThreadLocal<?>,Object> |
CentralizedThreadLocal.getLongLivedThreadLocals()
Deprecated.
|
static Map<CentralizedThreadLocal<?>,Object> |
CentralizedThreadLocal.getShortLivedThreadLocals()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
CentralizedThreadLocal.setThreadLocals(Map<CentralizedThreadLocal<?>,Object> longLivedThreadLocals,
Map<CentralizedThreadLocal<?>,Object> shortLivedThreadLocals)
Deprecated.
|
static void |
CentralizedThreadLocal.setThreadLocals(Map<CentralizedThreadLocal<?>,Object> longLivedThreadLocals,
Map<CentralizedThreadLocal<?>,Object> shortLivedThreadLocals)
Deprecated.
|