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 ICommandContext. lastExecutedCommandFields in com.ibm.java.diagnostics.utils with type parameters of type ICommand Modifier and Type Field Description protected ArrayList<ICommand>Context. commandsprotected ArrayList<ICommand>Context. globalCommandsMethods in com.ibm.java.diagnostics.utils that return ICommand Modifier and Type Method Description ICommandIContext. 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 classBaseCommandBase command which supplies basic support.classPluginCommandCommand which allows control of the loaded pluginsclassQuitCommandCommand 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 ICommandPluginConfig. 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 classBaseJdmpviewCommandThis the base command for all jdmpview commands.classCdCommandclassCloseCommandclassDeadlockCommandclassFindCommandclassFindNextCommandclassFindPtrCommandclassHeapdumpCommandCommand for dumping heapdumps from DTFJ.classHelpCommandPrints out either a help summary for all commands in this context or forwards the request onto a particular command for a detailed output.classHexdumpCommandclassLogCommandCommand to display all the currently installed Java util loggers.classOpenCommandclassPwdCommandclassScrollCommandclassSimpleRedirectorCommandThere are a number of jdmpview commands which just act as routing commands onto other more specific commands.classWhatisCommand -
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 classInfoClassCommandclassInfoCommandclassInfoHeapCommandclassInfoJitmCommandclassInfoLockCommandclassInfoMemoryCommandclassInfoMmapCommandclassInfoProcCommandclassInfoSymCommandclassInfoSystemCommandclassInfoThreadCommand -
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 classSetCommandclassSetHeapdumpCommandclassSetLoggingCommand -
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 classShowCommandclassShowHeapdumpCommandclassShowLoggingCommand -
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 classXCommandAbstract superclass for all x/ commandsclassXDCommandclassXJCommandclassXKCommandclassXXCommand
-