Uses of Interface
com.ibm.dtfj.image.ImageModule
Packages that use ImageModule
Package
Description
Classes to support reading system images.
-
Uses of ImageModule in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return ImageModuleModifier and TypeMethodDescriptionImageProcess.getExecutable()
Get the module representing the executable within the image. -
Uses of ImageModule in com.ibm.dtfj.image.j9
Classes in com.ibm.dtfj.image.j9 that implement ImageModuleMethods in com.ibm.dtfj.image.j9 that return ImageModuleConstructors in com.ibm.dtfj.image.j9 with parameters of type ImageModuleModifierConstructorDescriptionImageProcess
(String pid, String commandLine, Properties environment, ImageThread currentThread, Iterator threads, ImageModule executable, Iterator libraries, int pointerSize) PartialProcess
(String pid, String commandLine, Properties environment, ImageThread currentThread, Iterator threads, ImageModule executable, Iterator libraries, int pointerSize, DataUnavailable executableException, DataUnavailable libraryException) -
Uses of ImageModule in com.ibm.dtfj.image.javacore
Classes in com.ibm.dtfj.image.javacore that implement ImageModuleMethods in com.ibm.dtfj.image.javacore that return ImageModuleModifier and TypeMethodDescriptionJCImageProcess.getExecutable()
JCImageProcess.getLibrary
(String name) NON-DTFJMethods in com.ibm.dtfj.image.javacore with parameters of type ImageModuleModifier and TypeMethodDescriptionvoid
JCImageProcess.setExecutable
(ImageModule execMod) NON-DTFJ -
Uses of ImageModule in com.ibm.dtfj.javacore.builder
Methods in com.ibm.dtfj.javacore.builder that return ImageModuleModifier and TypeMethodDescriptionIImageProcessBuilder.addLibrary
(String name) Will add an com.ibm.dtfj.image.ImageModule for the specified library name.Methods in com.ibm.dtfj.javacore.builder with parameters of type ImageModuleModifier and TypeMethodDescriptionvoid
IImageProcessBuilder.addProperty
(ImageModule library, String name, String value) Adds/updates a property for the libraryIImageProcessBuilder.addRoutine
(ImageModule library, String name, long address) Add a routine to a modulevoid
IImageProcessBuilder.setExecutable
(ImageModule execMod) Sets the module as the process executable -
Uses of ImageModule in com.ibm.dtfj.javacore.builder.javacore
Methods in com.ibm.dtfj.javacore.builder.javacore that return ImageModuleMethods in com.ibm.dtfj.javacore.builder.javacore with parameters of type ImageModuleModifier and TypeMethodDescriptionvoid
ImageProcessBuilder.addProperty
(ImageModule library, String name, String value) ImageProcessBuilder.addRoutine
(ImageModule library, String name, long address) void
ImageProcessBuilder.setExecutable
(ImageModule execMod) -
Uses of ImageModule in com.ibm.dtfj.phd
Classes in com.ibm.dtfj.phd that implement ImageModule -
Uses of ImageModule in com.ibm.j9ddr.view.dtfj.image
Classes in com.ibm.j9ddr.view.dtfj.image that implement ImageModuleMethods in com.ibm.j9ddr.view.dtfj.image that return ImageModule