Uses of Interface
com.ibm.java.diagnostics.utils.IContext
Packages that use IContext
-
Uses of IContext in com.ibm.java.diagnostics.utils
Subinterfaces of IContext in com.ibm.java.diagnostics.utilsClasses in com.ibm.java.diagnostics.utils that implement IContextModifier and TypeClassDescriptionclass
A context represents the environment within which a command is executing.class
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 tool -
Uses of IContext in com.ibm.java.diagnostics.utils.commands
Methods in com.ibm.java.diagnostics.utils.commands with parameters of type IContextModifier and TypeMethodDescriptionboolean
BaseCommand.recognises
(String command, IContext context) 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 commandvoid
PluginCommand.run
(String command, String[] args, IContext context, PrintStream out) void
QuitCommand.run
(String command, String[] args, IContext context, PrintStream out)