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.java.diagnostics.utils -
-
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.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)
-