Uses of Interface
com.ibm.java.diagnostics.utils.commands.ICommand
-
-
Uses of ICommand in com.ibm.java.diagnostics.utils
Fields in com.ibm.java.diagnostics.utils declared as ICommand Modifier and Type Field Description protected ICommand
Context. lastExecutedCommand
Fields in com.ibm.java.diagnostics.utils with type parameters of type ICommand Modifier and Type Field Description protected ArrayList<ICommand>
Context. commands
protected ArrayList<ICommand>
Context. globalCommands
Methods in com.ibm.java.diagnostics.utils that return ICommand Modifier and Type Method Description ICommand
IContext. getLastExecutedCommand()
The last command which was successfully executed by the context.Methods in com.ibm.java.diagnostics.utils that return types with arguments of type ICommand Modifier and Type Method Description List<ICommand>
IContext. getCommands()
Returns a list of commands which are available for this context -
Uses of ICommand in com.ibm.java.diagnostics.utils.commands
Classes in com.ibm.java.diagnostics.utils.commands that implement ICommand Modifier and Type Class Description class
BaseCommand
Base command which supplies basic support.class
PluginCommand
Command which allows control of the loaded pluginsclass
QuitCommand
Command to quit out of the interactive command parser -
Uses of ICommand in com.ibm.java.diagnostics.utils.plugins
Methods in com.ibm.java.diagnostics.utils.plugins that return ICommand Modifier and Type Method Description ICommand
PluginConfig. newInstance(ClassLoader loader)
-
Uses of ICommand in com.ibm.jvm.dtfjview.commands
Classes in com.ibm.jvm.dtfjview.commands that implement ICommand Modifier and Type Class Description class
BaseJdmpviewCommand
This the base command for all jdmpview commands.class
CdCommand
class
CloseCommand
class
DeadlockCommand
class
FindCommand
class
FindNextCommand
class
FindPtrCommand
class
HeapdumpCommand
Command for dumping heapdumps from DTFJ.class
HelpCommand
Prints out either a help summary for all commands in this context or forwards the request onto a particular command for a detailed output.class
HexdumpCommand
class
LogCommand
Command to display all the currently installed Java util loggers.class
OpenCommand
class
PwdCommand
class
ScrollCommand
class
SimpleRedirectorCommand
There are a number of jdmpview commands which just act as routing commands onto other more specific commands.class
WhatisCommand
-
Uses of ICommand in com.ibm.jvm.dtfjview.commands.infocommands
Classes in com.ibm.jvm.dtfjview.commands.infocommands that implement ICommand Modifier and Type Class Description class
InfoClassCommand
class
InfoCommand
class
InfoHeapCommand
class
InfoJitmCommand
class
InfoLockCommand
class
InfoMemoryCommand
class
InfoMmapCommand
class
InfoProcCommand
class
InfoSymCommand
class
InfoSystemCommand
class
InfoThreadCommand
-
Uses of ICommand in com.ibm.jvm.dtfjview.commands.setcommands
Classes in com.ibm.jvm.dtfjview.commands.setcommands that implement ICommand Modifier and Type Class Description class
SetCommand
class
SetHeapdumpCommand
class
SetLoggingCommand
-
Uses of ICommand in com.ibm.jvm.dtfjview.commands.showcommands
Classes in com.ibm.jvm.dtfjview.commands.showcommands that implement ICommand Modifier and Type Class Description class
ShowCommand
class
ShowHeapdumpCommand
class
ShowLoggingCommand
-
Uses of ICommand in com.ibm.jvm.dtfjview.commands.xcommands
Classes in com.ibm.jvm.dtfjview.commands.xcommands that implement ICommand Modifier and Type Class Description class
XCommand
Abstract superclass for all x/ commandsclass
XDCommand
class
XJCommand
class
XKCommand
class
XXCommand
-