Class J9RASFragmentJ6GA
java.lang.Object
com.ibm.dtfj.corereaders.j9.J9RASFragmentJ6GA
- All Implemented Interfaces:
 J9RASFragment
Represents the J9RAS structure prior to SR5.
Does not support TID and PID
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
J9RASFragmentJ6GA
public J9RASFragmentJ6GA() 
 - 
 - 
Method Details
- 
currentThreadSupported
public boolean currentThreadSupported()Description copied from interface:J9RASFragmentIndicates if the current thread data is present in the J9RAS structure- Specified by:
 currentThreadSupportedin interfaceJ9RASFragment- Returns:
 - true if it is supported
 
 - 
getPID
public long getPID()Description copied from interface:J9RASFragmentThe ID of the process which caused the core file generation- Specified by:
 getPIDin interfaceJ9RASFragment- Returns:
 
 - 
getTID
public long getTID()Description copied from interface:J9RASFragmentThe ID of the thread which caused the core file generation- Specified by:
 getTIDin interfaceJ9RASFragment- Returns:
 - thread ID
 
 
 -