Uses of Interface
com.ibm.dtfj.image.ImageProcess
-
Packages that use ImageProcess Package Description com.ibm.dtfj.image Classes to support reading system images.com.ibm.dtfj.image.j9 com.ibm.dtfj.image.javacore com.ibm.dtfj.javacore.builder.javacore com.ibm.j9ddr.view.dtfj.image com.ibm.java.diagnostics.utils com.ibm.jvm.dtfjview -
-
Uses of ImageProcess in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return ImageProcess Modifier and Type Method Description ImageProcess
ImageAddressSpace. 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 ImageProcess Modifier and Type Class Description class
ImageProcess
class
PartialProcess
Methods in com.ibm.dtfj.image.j9 with parameters of type ImageProcess Modifier and Type Method Description void
ImageAddressSpace. addProcess(ImageProcess proc)
-
Uses of ImageProcess in com.ibm.dtfj.image.javacore
Classes in com.ibm.dtfj.image.javacore that implement ImageProcess Modifier and Type Class Description class
JCImageProcess
Methods in com.ibm.dtfj.image.javacore that return ImageProcess Modifier and Type Method Description ImageProcess
JCImageAddressSpace. getCurrentProcess()
At the moment, just the last process to be addedMethods in com.ibm.dtfj.image.javacore with parameters of type ImageProcess Modifier and Type Method Description void
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 Modifier and Type Method Description ImageProcess
JavaRuntimeBuilder. getImageProcess()
-
Uses of ImageProcess in com.ibm.j9ddr.view.dtfj.image
Classes in com.ibm.j9ddr.view.dtfj.image that implement ImageProcess Modifier and Type Class Description class
J9DDRImageProcess
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 ImageProcess Modifier and Type Method Description ImageProcess
IDTFJContext. getProcess()
The process for this context.Methods in com.ibm.java.diagnostics.utils with parameters of type ImageProcess Modifier and Type Method Description static 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 ImageProcess Constructor Description DTFJContext(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 ImageProcess Modifier and Type Method Description ICombinedContext
JdmpviewContextManager. 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 ImageProcess Constructor Description CombinedContext(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt, int id)
-