Uses of Interface
com.ibm.dtfj.image.Image
Package
Description
Classes to support reading system images.
-
Uses of Image in com.ibm.dtfj.image
Modifier 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
Modifier 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
Modifier 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
-
Uses of Image in com.ibm.dtfj.javacore.builder.javacore
-
Uses of Image in com.ibm.dtfj.javacore.parser.framework.parser
-
Uses of Image in com.ibm.dtfj.javacore.parser.j9
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Simple Java bean which contains the data from the Image interface.Modifier and TypeMethodDescriptionstatic IDTFJContext
ContextFactory.getContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess process, JavaRuntime runtime) Create a DTFJ context.ModifierConstructorDescriptionDTFJContext
(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
Modifier 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.ModifierConstructorDescriptionCombinedContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt, int id) -
Uses of Image in com.ibm.jvm.dtfjview.commands.helpers
Modifier 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
Modifier and TypeMethodDescriptionvoid
ISessionContextManager.removeContexts
(Image image) Remove all contexts which have been derived from an image source.