Class StructTypes.JfrThread

  • All Implemented Interfaces:
    IMCThread
    Enclosing class:
    StructTypes

    static class StructTypes.JfrThread
    extends java.lang.Object
    implements IMCThread
    • Field Detail

      • osName

        public java.lang.Object osName
      • osThreadId

        public java.lang.Object osThreadId
      • javaThreadId

        public java.lang.Object javaThreadId
      • javaName

        public java.lang.Object javaName
      • group

        public java.lang.Object group
    • Constructor Detail

      • JfrThread

        JfrThread()
    • Method Detail

      • getThreadId

        public java.lang.Long getThreadId()
        Description copied from interface: IMCThread
        Returns the java thread id.
        Specified by:
        getThreadId in interface IMCThread
        Returns:
        the java thread id, or null if not available
      • getThreadName

        public java.lang.String getThreadName()
        Description copied from interface: IMCThread
        Returns the java thread name.
        Specified by:
        getThreadName in interface IMCThread
        Returns:
        the java thread name, or null if not available
      • getThreadGroup

        public IMCThreadGroup getThreadGroup()
        Description copied from interface: IMCThread
        Returns the thread group this thread belongs to.
        Specified by:
        getThreadGroup in interface IMCThread
        Returns:
        the thread group this thread belongs to, or null if it does not belong to a thread group or if the information is not available.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object