Module openj9.dtfj
Class ShowDumpAgentsCommand
- java.lang.Object
-
- com.ibm.j9ddr.tools.ddrinteractive.Command
-
- com.ibm.j9ddr.vm29.tools.ddrinteractive.commands.ShowDumpAgentsCommand
-
-
Nested Class Summary
-
Nested classes/interfaces declared in class com.ibm.j9ddr.tools.ddrinteractive.Command
Command.CommandDescription
-
-
Constructor Summary
Constructors Constructor Description ShowDumpAgentsCommand()
This command prints out the dump agents.
-
Method Summary
-
Methods declared in class com.ibm.j9ddr.tools.ddrinteractive.Command
addCommand, addSubCommand, dbgFindPatternInRange, printDetailedHelp
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.j9ddr.tools.ddrinteractive.ICommand
getCommandDescriptions, getCommandNames, recognises, run
-
-
-
-
Constructor Detail
-
ShowDumpAgentsCommand
public ShowDumpAgentsCommand()
This command prints out the dump agents. It's run method is basically a C to Java port of the showDumpAgents function found in rasdump/dmpsup.c:showDumpAgents. Other code has been added just to support mapping constants to strings. It is the equivalent of running -Xdump:what however it will also include settings configured after startup via JVMTI that -Xdump:what would miss.
-
-