Interface J9RASImageDataFactory.ProcessData
- Enclosing class:
 J9RASImageDataFactory
public static interface J9RASImageDataFactory.ProcessData
- 
Method Details
- 
version
- Throws:
 CorruptDataException
 - 
pid
- Throws:
 CorruptDataExceptionDataUnavailable
 - 
tid
- Throws:
 CorruptDataExceptionDataUnavailable
 - 
gpInfo
Returns the information associated with a crash, such as the signal number- Returns:
 - if the event of a crash, the string contains the data for this field. If there was not a crash e.g. the dump was requested by the user, then an empty string is returned. If there was a crash, but there is no information available then a null is returned.
 - Throws:
 CorruptDataException
 - 
getProcess
IProcess getProcess() - 
getEnvironment
- Throws:
 CorruptDataException
 
 -