Class MissingFileModule
java.lang.Object
com.ibm.j9ddr.corereaders.memory.BaseModule
com.ibm.j9ddr.corereaders.memory.MissingFileModule
- All Implemented Interfaces:
IModule
IModule placeholder for modules we don't have the file for
(and therefore can't get the symbols from).
-
Field Summary
Fields declared in class com.ibm.j9ddr.corereaders.memory.BaseModule
loadAddress, memoryRanges, name, process
-
Constructor Summary
ConstructorDescriptionMissingFileModule
(IProcess process, String name, List<? extends IMemoryRange> memoryRanges) MissingFileModule
(IProcess process, String name, List<? extends IMemoryRange> memoryRanges, long loadAddress) -
Method Summary
Modifier and TypeMethodDescriptionMethods declared in class com.ibm.j9ddr.corereaders.memory.BaseModule
getLoadAddress, getMemoryRanges, getName
-
Constructor Details
-
MissingFileModule
-
MissingFileModule
public MissingFileModule(IProcess process, String name, List<? extends IMemoryRange> memoryRanges, long loadAddress)
-
-
Method Details
-
getSymbols
- Throws:
DataUnavailableException
-
getProperties
- Throws:
DataUnavailableException
-