Interface IMCThread

    • Method Detail

      • getThreadId

        java.lang.Long getThreadId()
        Returns the java thread id.
        Returns:
        the java thread id, or null if not available
      • getThreadName

        java.lang.String getThreadName()
        Returns the java thread name.
        Returns:
        the java thread name, or null if not available
      • getThreadGroup

        IMCThreadGroup getThreadGroup()
        Returns the thread group this thread belongs to.
        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.