Class CompanyCentralizedThreadLocal<T>
Object
ThreadLocal<T>
com.liferay.petra.lang.CentralizedThreadLocal<T>
com.liferay.portal.kernel.security.auth.CompanyCentralizedThreadLocal<T>
public class CompanyCentralizedThreadLocal<T>
extends com.liferay.petra.lang.CentralizedThreadLocal<T>
- Author:
- Alberto Chaparro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<CompanyCentralizedThreadLocal<?>>
com.liferay.petra.lang.SafeClosable
setWithSafeClosable
(T value) Methods inherited from class com.liferay.petra.lang.CentralizedThreadLocal
clearLongLivedCentralizedThreadLocals, clearShortLivedCentralizedThreadLocals, equals, get, getLongLivedCentralizedThreadLocals, getShortLivedCentralizedThreadLocals, hashCode, initialValue, remove, set, setThreadLocals, setWithSafeCloseable, toString
Methods inherited from class java.lang.ThreadLocal
withInitial
-
Constructor Details
-
CompanyCentralizedThreadLocal
-
CompanyCentralizedThreadLocal
-
CompanyCentralizedThreadLocal
-
-
Method Details
-
getCompanyCentralizedThreadLocals
-
setWithSafeClosable
- Overrides:
setWithSafeClosable
in classcom.liferay.petra.lang.CentralizedThreadLocal<T>
-