Uses of Interface
com.ibm.dtfj.image.ImageProcess
Packages that use ImageProcess
Package
Description
Classes to support reading system images.
-
Uses of ImageProcess in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return ImageProcessModifier and TypeMethodDescriptionImageAddressSpace.getCurrentProcess()
Get the process within this address space that caused the image to be created. -
Uses of ImageProcess in com.ibm.dtfj.image.j9
Classes in com.ibm.dtfj.image.j9 that implement ImageProcessMethods in com.ibm.dtfj.image.j9 that return ImageProcessMethods in com.ibm.dtfj.image.j9 with parameters of type ImageProcess -
Uses of ImageProcess in com.ibm.dtfj.image.javacore
Classes in com.ibm.dtfj.image.javacore that implement ImageProcessMethods in com.ibm.dtfj.image.javacore that return ImageProcessModifier and TypeMethodDescriptionJCImageAddressSpace.getCurrentProcess()
At the moment, just the last process to be addedMethods in com.ibm.dtfj.image.javacore with parameters of type ImageProcessModifier and TypeMethodDescriptionvoid
JCImageAddressSpace.addImageProcess
(ImageProcess imageProcess) Not in DTFJ -
Uses of ImageProcess in com.ibm.dtfj.javacore.builder.javacore
Methods in com.ibm.dtfj.javacore.builder.javacore that return ImageProcess -
Uses of ImageProcess in com.ibm.j9ddr.view.dtfj.image
Classes in com.ibm.j9ddr.view.dtfj.image that implement ImageProcessModifier and TypeClassDescriptionclass
Adapter for DDR IProcesses to make them implement the ImageProcess API -
Uses of ImageProcess in com.ibm.java.diagnostics.utils
Methods in com.ibm.java.diagnostics.utils that return ImageProcessModifier and TypeMethodDescriptionDTFJContext.getProcess()
IDTFJContext.getProcess()
The process for this context.Methods in com.ibm.java.diagnostics.utils with parameters of type ImageProcessModifier and TypeMethodDescriptionstatic IDTFJContext
ContextFactory.getContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess process, JavaRuntime runtime) Create a DTFJ context.Constructors in com.ibm.java.diagnostics.utils with parameters of type ImageProcessModifierConstructorDescriptionDTFJContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt) EmptyDTFJContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt) -
Uses of ImageProcess in com.ibm.jvm.dtfjview
Methods in com.ibm.jvm.dtfjview with parameters of type ImageProcessModifier and TypeMethodDescriptionJdmpviewContextManager.createContext
(Image image, int major, int minor, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt) Create a new context from DTFJ.Constructors in com.ibm.jvm.dtfjview with parameters of type ImageProcessModifierConstructorDescriptionCombinedContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt, int id)