Package lumis.portal.thread
Class ThreadUtil
- java.lang.Object
-
- lumis.portal.thread.ThreadUtil
-
public final class ThreadUtil extends java.lang.Object
Threading utilities.- Since:
- 16.1.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkAndClearThreadData()
Verifies if any LumisXP related data is leaked in the current thread and clears it and logs warns about it if it happened.static void
cleanCurrentThread()
Cleans current thread data.
-
-
-
Method Detail
-
cleanCurrentThread
public static void cleanCurrentThread()
Cleans current thread data.- Since:
- 16.1.0
-
checkAndClearThreadData
public static void checkAndClearThreadData()
Verifies if any LumisXP related data is leaked in the current thread and clears it and logs warns about it if it happened.- Since:
- 16.1.0
-
-