Class TPC.ThreadEntry

  • Enclosing class:
    TPC

    public static class TPC.ThreadEntry
    extends java.lang.Object
    Describes the context in which a thread is executing
    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadEntry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getScope()  
      java.lang.String getSystem()  
      • Methods inherited from class java.lang.Object

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

      • ThreadEntry

        public ThreadEntry()
    • Method Detail

      • getScope

        public int getScope()
      • getSystem

        public java.lang.String getSystem()
        Returns:
        The system that owns the thread's current task, or "None" if it has not been set.