Uses of Interface
com.ibm.dtfj.image.Image
-
Packages that use Image 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 com.ibm.dtfj.javacore.parser.framework.parser com.ibm.dtfj.javacore.parser.j9 com.ibm.dtfj.phd com.ibm.dtfj.utils com.ibm.j9ddr.view.dtfj.image com.ibm.java.diagnostics.utils com.ibm.jvm.dtfjview com.ibm.jvm.dtfjview.commands.helpers com.ibm.jvm.dtfjview.spi -
-
Uses of Image in com.ibm.dtfj.image
Methods in com.ibm.dtfj.image that return Image Modifier and Type Method Description ImageImageFactory. getImage(File imageFile)Creates a newImageobject based on the contents ofimageFile.ImageImageFactory. getImage(File imageFile, File metadata)Creates a newImageobject based on the contents ofimageFileandmetadata.ImageImageFactory. getImage(ImageInputStream in, URI sourceID)Creates a newImageobject based on the contents of the given input stream.ImageImageFactory. getImage(ImageInputStream in, ImageInputStream metadata, URI sourceID)Creates a newImageobject based on the contents of the given input stream.Image[]ImageFactory. getImagesFromArchive(File archive, boolean extract)Creates an array ofImageobjects 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.j9 Modifier and Type Interface Description interfaceReleasingImageClasses in com.ibm.dtfj.image.j9 that implement Image Modifier and Type Class Description classImageMethods in com.ibm.dtfj.image.j9 that return Image Modifier and Type Method Description ImageDTFJImageFactory. getImage(File imageFile)Creates a new Image object based on the contents of imageFileImageDTFJImageFactory. getImage(File imageFile, File metadata)Creates a new Image object based on the contents of imageFile and metadataImageImageFactory. getImage(File imageFile)Creates a new Image object based on the contents of imageFileImageImageFactory. getImage(File imageFile, File metadata)Creates a new Image object based on the contents of imageFile and metadataImageImageFactory. getImage(ImageInputStream in, URI sourceID)Creates a new Image object based on the contents of input streamImageImageFactory. getImage(ImageInputStream in, ImageInputStream meta, URI sourceID)Creates a new Image object based on the contents of input stream -
Uses of Image in com.ibm.dtfj.image.javacore
Subinterfaces of Image in com.ibm.dtfj.image.javacore Modifier and Type Interface Description interfaceJCReleasingImageClasses in com.ibm.dtfj.image.javacore that implement Image Modifier and Type Class Description classJCImage -
Uses of Image in com.ibm.dtfj.javacore.builder
Methods in com.ibm.dtfj.javacore.builder that return Image Modifier and Type Method Description ImageIImageBuilder. getImage()Get com.ibm.dtfj.image.Image being build by this image factory -
Uses of Image in com.ibm.dtfj.javacore.parser.framework.parser
Methods in com.ibm.dtfj.javacore.parser.framework.parser that return Image Modifier and Type Method Description ImageIParserController. parse(IScannerManager scannerManager) -
Uses of Image in com.ibm.dtfj.javacore.parser.j9
Methods in com.ibm.dtfj.javacore.parser.j9 that return Image Modifier and Type Method Description ImageJavaCoreReader. generateImage(InputStream input)ImageParserController. 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 Image Modifier and Type Class Description classPHDImage -
Uses of Image in com.ibm.dtfj.utils
Subinterfaces of Image in com.ibm.dtfj.utils Modifier and Type Interface Description interfaceManagedImageWrapper 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 Image Modifier and Type Class Description classJ9DDRImageImage implementation that wraps a J9DDR ICore -
Uses of Image in com.ibm.java.diagnostics.utils
Classes in com.ibm.java.diagnostics.utils that implement Image Modifier and Type Class Description classDTFJImageBeanSimple Java bean which contains the data from the Image interface.Methods in com.ibm.java.diagnostics.utils with parameters of type Image 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 Image Constructor Description DTFJContext(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 Image 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.voidCombinedContext. startDDRInteractiveSession(Image image, PrintStream out)Starts a DDR interactive session using the loaded image.Constructors in com.ibm.jvm.dtfjview with parameters of type Image Constructor Description CombinedContext(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 Image Modifier and Type Method Description static ImageAddressSpaceUtils. _extractAddressSpace(Image loadedImage)static IteratorUtils. getAddressSpaceSectionInfo(Image loadedImage)static IteratorUtils. getRuntimes(Image loadedImage) -
Uses of Image in com.ibm.jvm.dtfjview.spi
Methods in com.ibm.jvm.dtfjview.spi with parameters of type Image Modifier and Type Method Description voidISessionContextManager. removeContexts(Image image)Remove all contexts which have been derived from an image source.
-