Class BacktraceThreadWatcher


  • public class BacktraceThreadWatcher
    extends java.lang.Object
    This class is a representation of the state of the thread, the user's thread has access to one counter and BacktraceWatchdog to the other. By comparing the values of the counters it is possible to determine whether the thread has been hanged.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void tickCounter()
      Increase thread counter by 1
      • Methods inherited from class java.lang.Object

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

      • tickCounter

        public void tickCounter()
        Increase thread counter by 1