Module openj9.dtfj

Package com.ibm.dtfj.javacore.builder


package com.ibm.dtfj.javacore.builder
  • Class
    Description
    Thrown when a factory object cannot be created.
    Common data values used throughout the javacore parsing and DTFJ javacore building process.
    Factory for building an com.ibm.dtfj.image.ImageAddressSpace.
    Image building factory for com.ibm.dtfj.image.Image

    Support for multiple address spaces: If a javacore contains multiple address spaces, each with its own set of processes and runtimes, it is assumed that some sort of unique ID in the javacore (could be start address of address space) is used to distinguish each address space, and that the proper addressSpaceBuilder can be selected throughout the parsing process by parsing a tag in the javacore that contains this id.
    Generates a Image builder factory with a unique id.
    Factory for building a com.ibm.dtfj.image.ImageProcess
    Each Image Process factory must have at least one Java runtime factory that builds JavaRuntime
    Basic support for multiple java runtime factories is present.
    Factory for building a com.ibm.dtfj.java.JavaRuntime object.