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 ImageProcessImageAddressSpace. 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 classImageProcessclassPartialProcessMethods in com.ibm.dtfj.image.j9 with parameters of type ImageProcess Modifier and Type Method Description voidImageAddressSpace. 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 classJCImageProcessMethods in com.ibm.dtfj.image.javacore that return ImageProcess Modifier and Type Method Description ImageProcessJCImageAddressSpace. 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 voidJCImageAddressSpace. 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 ImageProcessJavaRuntimeBuilder. 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 classJ9DDRImageProcessAdapter 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 ImageProcessIDTFJContext. getProcess()The process for this context.Methods in com.ibm.java.diagnostics.utils with parameters of type ImageProcess Modifier and Type Method Description static IDTFJContextContextFactory. 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 ICombinedContextJdmpviewContextManager. 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)
-