Module openj9.dtfj

Interface J9RASFragment

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean currentThreadSupported()
      Indicates if the current thread data is present in the J9RAS structure
      long getPID()
      The ID of the process which caused the core file generation
      long getTID()
      The ID of the thread which caused the core file generation
    • Method Detail

      • currentThreadSupported

        boolean currentThreadSupported()
        Indicates if the current thread data is present in the J9RAS structure
        Returns:
        true if it is supported
      • getTID

        long getTID()
        The ID of the thread which caused the core file generation
        Returns:
        thread ID
      • getPID

        long getPID()
        The ID of the process which caused the core file generation
        Returns: