Class VMDataFactory
java.lang.Object
com.ibm.j9ddr.VMDataFactory
Create IVMData instances for each VM found in a Process
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidClear the IVMData cachegetAllVMData(IProcess process) Finds all of the blobs in a given process and wraps them in a IVMData structure.static IVMDataReturns a VMData for the first VM located in the process 
- 
Field Details
- 
J9RAS_SYMBOL
- See Also:
 
 
 - 
 - 
Constructor Details
- 
VMDataFactory
public VMDataFactory() 
 - 
 - 
Method Details
- 
getVMData
Returns a VMData for the first VM located in the process- Parameters:
 process-- Returns:
 - Throws:
 IOException
 - 
getAllVMData
Finds all of the blobs in a given process and wraps them in a IVMData structure.- Parameters:
 process- process to scan- Returns:
 - all located blobs
 - Throws:
 IOException- re-throws IOExceptions
 - 
clearCache
public static void clearCache()Clear the IVMData cache 
 -