Searched refs:executeCommand (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/attach/
H A DHotSpotVirtualMachine.java144 in = executeCommand("properties");
156 in = executeCommand("agentProperties");
168 executeCommand("datadump").close();
174 return executeCommand("threaddump", args);
180 return executeCommand("dumpheap", args);
185 return executeCommand("inspectheap", args);
190 return executeCommand("setflag", name, value);
195 return executeCommand("printflag", name);
199 return executeCommand("jcmd", command);
215 private InputStream executeCommand(Strin method in class:HotSpotVirtualMachine
[all...]
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/
H A DScriptShellPanel.java64 public String executeCommand(String cmd); method in interface:ScriptShellPanel.CommandProcessor
109 final String result = executeCommand(cmd1);
219 private String executeCommand(String cmd) { method in class:ScriptShellPanel
220 return commandProcessor.executeCommand(cmd);
H A DScriptJConsolePlugin.java118 public String executeCommand(String cmd) { method in class:ScriptJConsolePlugin
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DJDBMenuBar.java159 interpreter.executeCommand("monitor " + expr);
171 interpreter.executeCommand("unmonitor " + expr);
193 interpreter.executeCommand(cmd);
H A DJDBToolBar.java104 interpreter.executeCommand(cmd);
H A DSourceTreeTool.java87 interpreter.executeCommand("view " + node.getRelativePath());
104 interpreter.executeCommand("view " + node.getRelativePath());
H A DClassTreeTool.java92 interpreter.executeCommand("view " + node.getReferenceTypeName());
110 interpreter.executeCommand("view " + node.getReferenceTypeName());
H A DCommandTool.java84 interpreter.executeCommand(script.readln());
H A DSourceTool.java386 interpreter.executeCommand(cmd);
H A DThreadTreeTool.java102 interpreter.executeCommand("thread " +
H A DCommandInterpreter.java1333 public void executeCommand(String command) { method in class:CommandInterpreter
1448 executeCommand(subcom);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DCommandProcessorPanel.java91 commands.executeCommand(ln, true);
152 commands.executeCommand("", false);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java205 executeCommand(t);
381 void executeCommand(StringTokenizer t) { method in class:TTY
400 executeCommand(new StringTokenizer(subcom));
650 executeCommand(t);
765 executeCommand(t);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerTool.java95 if (cmd != null) executeCommand(cmd);
108 if (cmd != null) executeCommand(cmd);
173 void executeCommand(String[] cmd) method in class:ServerTool
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java1550 executeCommand(ln, prompt);
1556 public void executeCommand(String ln, boolean putInHistory) { method in class:CommandProcessor
1670 executeCommand(t);
1686 void executeCommand(Tokens args) { method in class:CommandProcessor

Completed in 64 milliseconds