Module openj9.dtfj
Package com.ibm.dtfj.javacore.builder
-
Interface Summary Interface Description IBuilderData Common data values used throughout the javacore parsing and DTFJ javacore building process.IImageAddressSpaceBuilder Factory for building an com.ibm.dtfj.image.ImageAddressSpace.IImageBuilder 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.IImageBuilderFactory Generates a Image builder factory with a unique id.IImageProcessBuilder Factory for building a com.ibm.dtfj.image.ImageProcess
Each Image Process factory must have at least one Java runtime factory that buildsJavaRuntime
Basic support for multiple java runtime factories is present.IJavaRuntimeBuilder Factory for building a com.ibm.dtfj.java.JavaRuntime object. -
Exception Summary Exception Description BuilderFailureException Thrown when a factory object cannot be created.