Searched defs:executeCommand (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/
H A DScriptJConsolePlugin.java118 public String executeCommand(String cmd) { method in class:ScriptJConsolePlugin
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);
/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/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/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/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
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandInterpreter.java1333 public void executeCommand(String command) { method in class:CommandInterpreter
1448 executeCommand(subcom);

Completed in 73 milliseconds