Interface RunningThread


  • public interface RunningThread
    • Method Detail

      • getThreadId

        long getThreadId()
      • getThreadName

        java.lang.String getThreadName()
      • getCategory

        java.lang.String getCategory()
      • isSuspendable

        boolean isSuspendable()
      • getStatusInfo

        java.lang.String getStatusInfo()
      • getChildThreads

        java.lang.Iterable<RunningThread> getChildThreads()