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.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)