Uses of Class
com.ibm.java.diagnostics.utils.commands.CommandException
-
-
Uses of CommandException in com.ibm.java.diagnostics.utils.commands
Methods in com.ibm.java.diagnostics.utils.commands that throw CommandException Modifier and Type Method Description voidICommand. run(String command, String[] args, IContext context, PrintStream out)Executes the command -
Uses of CommandException in com.ibm.java.diagnostics.utils.plugins
Methods in com.ibm.java.diagnostics.utils.plugins that throw CommandException Modifier and Type Method Description voidPluginLoader. loadPlugins()ICommandPluginConfig. newInstance(ClassLoader loader)voidPluginManager. scanForClassFiles() -
Uses of CommandException in com.ibm.java.diagnostics.utils.plugins.impl
Methods in com.ibm.java.diagnostics.utils.plugins.impl that throw CommandException Modifier and Type Method Description voidPluginManagerImpl. scanForClassFiles()Scan the supplied plugin path to find classes set by the plugin search path and then examine the classes to see if any of the correct interfaces and annotations are supported. -
Uses of CommandException in com.ibm.jvm.dtfjview.commands
Methods in com.ibm.jvm.dtfjview.commands that throw CommandException Modifier and Type Method Description booleanBaseJdmpviewCommand. initCommand(String command, String[] args, IContext context, PrintStream out)Common processing to initialize the command and make the porting of existing jdmpview commands easier. -
Uses of CommandException in com.ibm.jvm.dtfjview.spi
Methods in com.ibm.jvm.dtfjview.spi that throw CommandException Modifier and Type Method Description voidISession. setContext(int id)Set the context within which subsequent commands will be executed.voidISession. setContext(ICombinedContext switchTo)Set the context within which subsequent commands will be executed.
-