Uses of Interface
com.ibm.dtfj.image.ImageProcess
Package
Description
Classes to support reading system images.
-
Uses of ImageProcess in com.ibm.dtfj.image
Modifier 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
-
Uses of ImageProcess in com.ibm.dtfj.image.javacore
Modifier and TypeMethodDescriptionJCImageAddressSpace.getCurrentProcess()
At the moment, just the last process to be addedModifier and TypeMethodDescriptionvoid
JCImageAddressSpace.addImageProcess
(ImageProcess imageProcess) Not in DTFJ -
Uses of ImageProcess in com.ibm.dtfj.javacore.builder.javacore
-
Uses of ImageProcess in com.ibm.j9ddr.view.dtfj.image
Modifier and TypeClassDescriptionclass
Adapter for DDR IProcesses to make them implement the ImageProcess API -
Uses of ImageProcess in com.ibm.java.diagnostics.utils
Modifier and TypeMethodDescriptionDTFJContext.getProcess()
IDTFJContext.getProcess()
The process for this context.Modifier and TypeMethodDescriptionstatic IDTFJContext
ContextFactory.getContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess process, JavaRuntime runtime) Create a DTFJ context.ModifierConstructorDescriptionDTFJContext
(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
Modifier and TypeMethodDescriptionJdmpviewContextManager.createContext
(Image image, int major, int minor, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt) Create a new context from DTFJ.ModifierConstructorDescriptionCombinedContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt, int id)