java.lang.Object
com.ibm.dtfj.corereaders.J9RASReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected long
Get the ID of the process which caused the core file to be producedprotected long
Get ID of the thread which caused the core file to be produced
-
Constructor Details
-
J9RASReader
-
-
Method Details
-
getThreadID
protected long getThreadID() throws UnsupportedOperationException, MemoryAccessException, CorruptCoreExceptionGet ID of the thread which caused the core file to be produced- Returns:
- the thread ID
- Throws:
UnsupportedOperationException
- thrown if this operation is not supported for this version of the VMMemoryAccessException
- thrown when searching the memory encounters an errorCorruptCoreException
- cannot find a valid J9RAS structure
-
getProcessID
protected long getProcessID() throws UnsupportedOperationException, MemoryAccessException, CorruptCoreExceptionGet the ID of the process which caused the core file to be produced- Returns:
- the process ID
- Throws:
UnsupportedOperationException
- thrown if this operation is not supported for this version of the VMMemoryAccessException
- thrown when searching the memory encounters an errorCorruptCoreException
- cannot find a valid J9RAS structure
-