java.lang.Object
com.ibm.java.diagnostics.utils.commands.BaseCommand
com.ibm.jvm.dtfjview.commands.BaseJdmpviewCommand
com.ibm.jvm.dtfjview.commands.setcommands.SetLoggingCommand
- All Implemented Interfaces:
- ICommand
- 
Nested Class SummaryNested classes/interfaces declared in class com.ibm.jvm.dtfjview.commands.BaseJdmpviewCommandBaseJdmpviewCommand.ArtifactType
- 
Field SummaryFieldsFields declared in class com.ibm.jvm.dtfjview.commands.BaseJdmpviewCommandctx, hexfmt, logger, outFields declared in class com.ibm.java.diagnostics.utils.commands.BaseCommandCOMMAND_FORMAT, config, nl, SUBCOMMAND_FORMAT
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidPrint detailed help for a given commandvoidrun(String command, String[] args, IContext context, PrintStream out) Executes the commandMethods declared in class com.ibm.jvm.dtfjview.commands.BaseJdmpviewCommanddecodeThreadState, getArtifactType, handleException, initCommand, toHexString, toHexString, toHexString, toHexString, toHexStringAddr, toLong, toString, toStringMethods declared in class com.ibm.java.diagnostics.utils.commands.BaseCommandaddCommand, addSubCommand, getCommandDescriptions, getCommandNames, getConfig, recognises, setConfig
- 
Field Details- 
LOG_STATE_OVERWRITE- See Also:
 
- 
LOG_STATE_LOGGING- See Also:
 
- 
LOG_STATE_FILE- See Also:
 
 
- 
- 
Constructor Details- 
SetLoggingCommandpublic SetLoggingCommand()
 
- 
- 
Method Details- 
runpublic void run(String command, String[] args, IContext context, PrintStream out) throws CommandException Description copied from interface:ICommandExecutes the command- Parameters:
- command- Command string e.g. !j9x
- args- Arguments for command
- context- Context to work in
- out- PrintStream to write command output on
- Throws:
- CommandException- If there is any problem running the command (incorrect usage, CorruptData etc.)
 
- 
printDetailedHelpDescription copied from class:BaseJdmpviewCommandPrint detailed help for a given command- Specified by:
- printDetailedHelpin class- BaseJdmpviewCommand
- Parameters:
- out- stream to write the output to
 
 
-