Searched defs:wait (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DCLIProcessExecutor.java59 * @param wait if true, wait for process to end.
62 public void execute(String name, String[] cmd, boolean wait) argument
68 if (wait) {
/glassfish-3.1.2/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/
H A DGFLauncher.java219 * in verbose mode and waited for the process to exit in the wait() method.
483 wait(process);
586 private void wait(final Process p) throws GFLauncherException { method in class:GFLauncher

Completed in 31 milliseconds