Class ThreadLeakControl.KnownSystemThread

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private KnownSystemThread()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean reject​(java.lang.Thread t)  
      • Methods inherited from class java.lang.Object

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

      • KnownSystemThread

        private KnownSystemThread()
    • Method Detail

      • reject

        public boolean reject​(java.lang.Thread t)
        Specified by:
        reject in interface ThreadFilter
        Returns:
        Return true if thread t should be filtered out.