Class ThreadLeakControl.ThisThreadFilter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Thread t  
    • Constructor Summary

      Constructors 
      Constructor Description
      ThisThreadFilter​(java.lang.Thread t)  
    • 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
    • Field Detail

      • t

        private final java.lang.Thread t
    • Constructor Detail

      • ThisThreadFilter

        public ThisThreadFilter​(java.lang.Thread t)
    • 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.