Uses of Interface
com.ibm.java.diagnostics.utils.IDTFJContext
Package
Description
-
Uses of IDTFJContext in com.ibm.java.diagnostics.utils
Modifier and TypeClassDescriptionclass
A DTFJ context within which a DTFJ command executesclass
It 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 toolModifier and TypeMethodDescriptionstatic IDTFJContext
ContextFactory.getContext
(int major, int minor, Image image, ImageAddressSpace space, ImageProcess process, JavaRuntime runtime) Create a DTFJ context.static IDTFJContext
ContextFactory.getEmptyContext
(int major, int minor) Create a stub DTFJ context which just contains the global commands. -
Uses of IDTFJContext in com.ibm.jvm.dtfjview
Modifier and TypeClassDescriptionclass
Wrapper 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
-
Uses of IDTFJContext in com.ibm.jvm.dtfjview.spi
Modifier and TypeInterfaceDescriptioninterface
A combined context is an extended DTFJ context which also contains a DDR context.