Uses of Interface
com.ibm.java.diagnostics.utils.IContext
Packages that use IContext
Package
Description
-
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) -
Uses of IContext in com.ibm.jvm.dtfjview
Classes in com.ibm.jvm.dtfjview that implement IContextModifier and TypeClassDescriptionclass
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 IContextModifier and TypeMethodDescriptionfinal 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.void
CdCommand.run
(String command, String[] args, IContext context, PrintStream out) void
CloseCommand.run
(String command, String[] args, IContext context, PrintStream out) void
DeadlockCommand.run
(String command, String[] args, IContext context, PrintStream out) void
FindCommand.run
(String command, String[] args, IContext context, PrintStream out) void
FindNextCommand.run
(String command, String[] args, IContext context, PrintStream out) void
FindPtrCommand.run
(String command, String[] args, IContext context, PrintStream out) void
HeapdumpCommand.run
(String command, String[] args, IContext context, PrintStream out) void
HelpCommand.run
(String command, String[] args, IContext context, PrintStream out) void
HexdumpCommand.run
(String command, String[] args, IContext context, PrintStream out) void
LogCommand.run
(String command, String[] args, IContext context, PrintStream out) void
OpenCommand.run
(String command, String[] args, IContext context, PrintStream out) void
PwdCommand.run
(String command, String[] args, IContext context, PrintStream out) void
ScrollCommand.run
(String command, String[] args, IContext context, PrintStream out) void
SimpleRedirectorCommand.run
(String command, String[] args, IContext context, PrintStream out) void
WhatisCommand.run
(String command, String[] args, IContext context, PrintStream out) -
Uses of IContext in com.ibm.jvm.dtfjview.commands.infocommands
Methods in com.ibm.jvm.dtfjview.commands.infocommands with parameters of type IContextModifier and TypeMethodDescriptionvoid
InfoClassCommand.run
(String command, String[] args, IContext context, PrintStream out) void
InfoHeapCommand.run
(String command, String[] args, IContext context, PrintStream out) void
InfoJitmCommand.run
(String command, String[] args, IContext context, PrintStream out) void
InfoLockCommand.run
(String command, String[] args, IContext context, PrintStream out) void
InfoMemoryCommand.run
(String command, String[] args, IContext context, PrintStream out) void
InfoMmapCommand.run
(String command, String[] args, IContext context, PrintStream out) void
InfoProcCommand.run
(String command, String[] args, IContext context, PrintStream out) void
InfoSymCommand.run
(String command, String[] args, IContext context, PrintStream out) void
InfoSystemCommand.run
(String command, String[] args, IContext context, PrintStream out) void
InfoThreadCommand.run
(String command, String[] args, IContext context, PrintStream outStream) -
Uses of IContext in com.ibm.jvm.dtfjview.commands.setcommands
Methods in com.ibm.jvm.dtfjview.commands.setcommands with parameters of type IContextModifier and TypeMethodDescriptionvoid
SetHeapdumpCommand.run
(String command, String[] args, IContext context, PrintStream out) void
SetLoggingCommand.run
(String command, String[] args, IContext context, PrintStream out) -
Uses of IContext in com.ibm.jvm.dtfjview.commands.showcommands
Methods in com.ibm.jvm.dtfjview.commands.showcommands with parameters of type IContextModifier and TypeMethodDescriptionvoid
ShowHeapdumpCommand.run
(String command, String[] args, IContext context, PrintStream out) void
ShowLoggingCommand.run
(String command, String[] args, IContext context, PrintStream out) -
Uses of IContext in com.ibm.jvm.dtfjview.commands.xcommands
Methods in com.ibm.jvm.dtfjview.commands.xcommands with parameters of type IContextModifier and TypeMethodDescriptionvoid
XCommand.run
(String command, String[] args, IContext context, PrintStream out) -
Uses of IContext in com.ibm.jvm.dtfjview.spi
Subinterfaces of IContext in com.ibm.jvm.dtfjview.spiModifier and TypeInterfaceDescriptioninterface
A combined context is an extended DTFJ context which also contains a DDR context.