Uses of Interface
com.ibm.java.diagnostics.utils.IDTFJContext
-
Packages that use IDTFJContext Package Description com.ibm.java.diagnostics.utils com.ibm.jvm.dtfjview com.ibm.jvm.dtfjview.commands com.ibm.jvm.dtfjview.spi -
-
Uses of IDTFJContext in com.ibm.java.diagnostics.utils
Classes in com.ibm.java.diagnostics.utils that implement IDTFJContext Modifier and Type Class Description classDTFJContextA DTFJ context within which a DTFJ command executesclassEmptyDTFJContextIt is possible that if a core file is sufficiently corrupt, or that an invalid type of file is passed to jdmpview, then at least one context needs to be created so that the user can exit the toolMethods in com.ibm.java.diagnostics.utils that return IDTFJContext Modifier and Type Method Description static IDTFJContextContextFactory. getContext(int major, int minor, Image image, ImageAddressSpace space, ImageProcess process, JavaRuntime runtime)Create a DTFJ context.static IDTFJContextContextFactory. getEmptyContext(int major, int minor)Create a stub DTFJ context which just contains the global commands. -
Uses of IDTFJContext in com.ibm.jvm.dtfjview
Classes in com.ibm.jvm.dtfjview that implement IDTFJContext Modifier and Type Class Description classCombinedContextWrapper class that takes an existing DTFJ context and augments it with a DDR interactive context if one exists. -
Uses of IDTFJContext in com.ibm.jvm.dtfjview.commands
Fields in com.ibm.jvm.dtfjview.commands declared as IDTFJContext Modifier and Type Field Description protected IDTFJContextBaseJdmpviewCommand. ctx -
Uses of IDTFJContext in com.ibm.jvm.dtfjview.spi
Subinterfaces of IDTFJContext in com.ibm.jvm.dtfjview.spi Modifier and Type Interface Description interfaceICombinedContextA combined context is an extended DTFJ context which also contains a DDR context.
-