Interface ThreadFilter

All Known Implementing Classes:
ThreadLeakControl.KnownSystemThread, ThreadLeakControl.ThisThreadFilter

public interface ThreadFilter
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • reject

      boolean reject(Thread t)
      Returns:
      Return true if thread t should be filtered out.