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 Image
ImageFactory. getImage(File imageFile)
Creates a newImage
object based on the contents ofimageFile
.Image
ImageFactory. getImage(File imageFile, File metadata)
Creates a newImage
object based on the contents ofimageFile
andmetadata
.Image
ImageFactory. getImage(ImageInputStream in, URI sourceID)
Creates a newImage
object based on the contents of the given input stream.Image
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.j9 Modifier and Type Interface Description interface
ReleasingImage
Classes in com.ibm.dtfj.image.j9 that implement Image Modifier and Type Class Description class
Image
Methods in com.ibm.dtfj.image.j9 that return Image Modifier and Type Method Description Image
DTFJImageFactory. getImage(File imageFile)
Creates a new Image object based on the contents of imageFileImage
DTFJImageFactory. getImage(File imageFile, File metadata)
Creates a new Image object based on the contents of imageFile and metadataImage
ImageFactory. getImage(File imageFile)
Creates a new Image object based on the contents of imageFileImage
ImageFactory. getImage(File imageFile, File metadata)
Creates a new Image object based on the contents of imageFile and metadataImage
ImageFactory. getImage(ImageInputStream in, URI sourceID)
Creates a new Image object based on the contents of input streamImage
ImageFactory. 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 interface
JCReleasingImage
Classes in com.ibm.dtfj.image.javacore that implement Image Modifier and Type Class Description class
JCImage
-
Uses of Image in com.ibm.dtfj.javacore.builder
Methods in com.ibm.dtfj.javacore.builder that return Image Modifier and Type Method Description Image
IImageBuilder. 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 Image
IParserController. 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 Image
JavaCoreReader. generateImage(InputStream input)
Image
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 Image Modifier and Type Class Description class
PHDImage
-
Uses of Image in com.ibm.dtfj.utils
Subinterfaces of Image in com.ibm.dtfj.utils Modifier and Type Interface Description interface
ManagedImage
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 Image Modifier and Type Class Description class
J9DDRImage
Image 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 class
DTFJImageBean
Simple 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 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 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 ICombinedContext
JdmpviewContextManager. createContext(Image image, int major, int minor, ImageAddressSpace space, ImageProcess proc, JavaRuntime rt)
Create a new context from DTFJ.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 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 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 Image Modifier and Type Method Description void
ISessionContextManager. removeContexts(Image image)
Remove all contexts which have been derived from an image source.
-