Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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