Uses of Interface
com.ibm.dtfj.image.Image
Packages that use Image
Package
Description
Classes to support reading system images.
-
Uses of Image in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return ImageModifier and TypeMethodDescriptionCreates a newImage
object based on the contents ofimageFile
.Creates a newImage
object based on the contents ofimageFile
andmetadata
.ImageFactory.getImage
(ImageInputStream in, URI sourceID) Creates a newImage
object based on the contents of the given input stream.ImageFactory.getImage
(ImageInputStream in, ImageInputStream metadata, URI sourceID) Creates a newImage
object based on the contents of the given input stream.Image[]
ImageFactory.getImagesFromArchive
(File archive, boolean extract) Creates an array ofImage
objects from an archive such as a zip or jar file. -
Uses of Image in com.ibm.dtfj.image.j9
Subinterfaces of Image in com.ibm.dtfj.image.j9Classes in com.ibm.dtfj.image.j9 that implement ImageMethods in com.ibm.dtfj.image.j9 that return ImageModifier and TypeMethodDescriptionCreates a new Image object based on the contents of imageFileCreates a new Image object based on the contents of imageFile and metadataDTFJImageFactory.getImage
(ImageInputStream in, URI sourceID) DTFJImageFactory.getImage
(ImageInputStream in, ImageInputStream meta, URI sourceID) Creates a new Image object based on the contents of imageFileCreates a new Image object based on the contents of imageFile and metadataImageFactory.getImage
(ImageInputStream in, URI sourceID) Creates a new Image object based on the contents of input streamImageFactory.getImage
(ImageInputStream in, ImageInputStream meta, URI sourceID) Creates a new Image object based on the contents of input streamImage[]
DTFJImageFactory.getImagesFromArchive
(File archive, boolean extract) Image[]
ImageFactory.getImagesFromArchive
(File archive, boolean extract) -
Uses of Image in com.ibm.dtfj.image.javacore
Subinterfaces of Image in com.ibm.dtfj.image.javacoreClasses in com.ibm.dtfj.image.javacore that implement ImageMethods in com.ibm.dtfj.image.javacore that return ImageModifier and TypeMethodDescriptionJCImageFactory.getImage
(ImageInputStream in, URI sourceID) JCImageFactory.getImage
(ImageInputStream in, ImageInputStream meta, URI sourceID) Image[]
JCImageFactory.getImagesFromArchive
(File archive, boolean extract) -
Uses of Image in com.ibm.dtfj.javacore.builder
Methods in com.ibm.dtfj.javacore.builder that return Image -
Uses of Image in com.ibm.dtfj.javacore.builder.javacore
Methods in com.ibm.dtfj.javacore.builder.javacore that return Image -
Uses of Image in com.ibm.dtfj.javacore.parser.framework.parser
Methods in com.ibm.dtfj.javacore.parser.framework.parser that return Image -
Uses of Image in com.ibm.dtfj.javacore.parser.j9
Methods in com.ibm.dtfj.javacore.parser.j9 that return ImageModifier and TypeMethodDescriptionJavaCoreReader.generateImage
(InputStream input) ParserController.parse
(IScannerManager scannerManager) Support for one image builder parsing javacore data for only one runtime. -
Uses of Image in com.ibm.dtfj.phd
Classes in com.ibm.dtfj.phd that implement ImageMethods in com.ibm.dtfj.phd that return ImageModifier and TypeMethodDescriptionPHDImageFactory.getImage
(ImageInputStream in, URI sourceID) PHDImageFactory.getImage
(ImageInputStream in, ImageInputStream meta, URI sourceID) Image[]
PHDImageFactory.getImagesFromArchive
(File archive, boolean extract) -
Uses of Image in com.ibm.dtfj.utils
Subinterfaces of Image in com.ibm.dtfj.utilsModifier and TypeInterfaceDescriptioninterface
Wrapper class to allow management functionality to be added to DTFJ Images returned to the client. -
Uses of Image in com.ibm.j9ddr.view.dtfj.image
Classes in com.ibm.j9ddr.view.dtfj.image that implement ImageMethods in com.ibm.j9ddr.view.dtfj.image that return ImageModifier and TypeMethodDescriptionJ9DDRImageFactory.getImage
(ImageInputStream in, URI sourceID) J9DDRImageFactory.getImage
(ImageInputStream in, ImageInputStream meta, URI sourceID) Image[]
J9DDRImageFactory.getImagesFromArchive
(File archive, boolean extract) -
Uses of Image in com.ibm.java.diagnostics.utils
Classes in com.ibm.java.diagnostics.utils that implement ImageModifier and TypeClassDescriptionclass
Simple Java bean which contains the data from the Image interface.Methods in com.ibm.java.diagnostics.utils with parameters of type ImageModifier 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 ImageModifierConstructorDescriptionDTFJContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt) DTFJImageBean
(Image image) EmptyDTFJContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt) -
Uses of Image in com.ibm.jvm.dtfjview
Methods in com.ibm.jvm.dtfjview with parameters of type ImageModifier and TypeMethodDescriptionJdmpviewContextManager.createContext
(Image image, int major, int minor, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt) Create a new context from DTFJ.void
JdmpviewContextManager.removeContexts
(Image image) void
CombinedContext.startDDRInteractiveSession
(Image image, PrintStream out) Starts a DDR interactive session using the loaded image.Constructors in com.ibm.jvm.dtfjview with parameters of type ImageModifierConstructorDescriptionCombinedContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt, int id) -
Uses of Image in com.ibm.jvm.dtfjview.commands.helpers
Methods in com.ibm.jvm.dtfjview.commands.helpers with parameters of type ImageModifier and TypeMethodDescriptionstatic ImageAddressSpace
Utils._extractAddressSpace
(Image loadedImage) static Iterator
Utils.getAddressSpaceSectionInfo
(Image loadedImage) static Iterator
Utils.getRuntimes
(Image loadedImage) -
Uses of Image in com.ibm.jvm.dtfjview.spi
Methods in com.ibm.jvm.dtfjview.spi with parameters of type ImageModifier and TypeMethodDescriptionvoid
ISessionContextManager.removeContexts
(Image image) Remove all contexts which have been derived from an image source.