Uses of Interface
com.ibm.java.diagnostics.utils.IContext
-
Packages that use IContext Package Description com.ibm.java.diagnostics.utils com.ibm.java.diagnostics.utils.commands com.ibm.jvm.dtfjview com.ibm.jvm.dtfjview.commands com.ibm.jvm.dtfjview.spi -
-
Uses of IContext in com.ibm.java.diagnostics.utils
Subinterfaces of IContext in com.ibm.java.diagnostics.utils Modifier and Type Interface Description interface
IDTFJContext
Classes in com.ibm.java.diagnostics.utils that implement IContext Modifier and Type Class Description class
Context
A context represents the environment within which a command is executing.class
DTFJContext
A DTFJ context within which a DTFJ command executesclass
EmptyDTFJContext
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 tool -
Uses of IContext in com.ibm.java.diagnostics.utils.commands
Methods in com.ibm.java.diagnostics.utils.commands with parameters of type IContext Modifier and Type Method Description boolean
ICommand. recognises(String command, IContext context)
Method used by an interactive engine to decide whether this command matches the command passed in by the uservoid
ICommand. run(String command, String[] args, IContext context, PrintStream out)
Executes the command -
Uses of IContext in com.ibm.jvm.dtfjview
Classes in com.ibm.jvm.dtfjview that implement IContext Modifier and Type Class Description class
CombinedContext
Wrapper class that takes an existing DTFJ context and augments it with a DDR interactive context if one exists. -
Uses of IContext in com.ibm.jvm.dtfjview.commands
Methods in com.ibm.jvm.dtfjview.commands with parameters of type IContext Modifier and Type Method Description boolean
BaseJdmpviewCommand. initCommand(String command, String[] args, IContext context, PrintStream out)
Common processing to initialize the command and make the porting of existing jdmpview commands easier. -
Uses of IContext in com.ibm.jvm.dtfjview.spi
Subinterfaces of IContext in com.ibm.jvm.dtfjview.spi Modifier and Type Interface Description interface
ICombinedContext
A combined context is an extended DTFJ context which also contains a DDR context.
-