Class ThreadRegistry.ThreadPoolThread

  • Enclosing class:
    ThreadRegistry

    public static final class ThreadRegistry.ThreadPoolThread
    extends java.lang.Object
    Stores the thread pool and ordinal.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int ordinal  
      (package private) long threadId  
      (package private) java.lang.String threadPool  
    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadPoolThread​(java.lang.String threadPool, int ordinal, long threadId)  
    • Method Summary

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

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

      • threadPool

        final java.lang.String threadPool
      • ordinal

        final int ordinal
      • threadId

        final long threadId
    • Constructor Detail

      • ThreadPoolThread

        public ThreadPoolThread​(java.lang.String threadPool,
                                int ordinal,
                                long threadId)
    • Method Detail

      • getThreadPool

        public java.lang.String getThreadPool()
      • getOrdinal

        public int getOrdinal()