Class ThreadUtils


  • public final class ThreadUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void enumerateAll​(java.lang.Thread[] threads)  
      static java.lang.Boolean reflectiveHoldsLock​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • enumerateAll

        public static void enumerateAll​(java.lang.Thread[] threads)
      • reflectiveHoldsLock

        public static java.lang.Boolean reflectiveHoldsLock​(java.lang.Object o)
        Returns:
        null if cannot be determined, otherwise true or false