Searched defs:waitFor (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DProcess.java159 abstract public int waitFor() throws InterruptedException; method in class:Process
/openjdk7/hotspot/test/compiler/8004741/
H A DTest8004741.java74 void waitFor(int state) { method in class:Test8004741
125 t.waitFor(RUNNING);
129 t.waitFor(STOPPING);
/openjdk7/jdk/test/java/net/URLConnection/
H A DResendPostBody.java62 void waitFor (String s) throws IOException method in class:ResendPostBody.Server
98 waitFor ("POST");
99 waitFor ("ZZZ");
103 waitFor ("POST");
104 waitFor ("ZZZ");
/openjdk7/jdk/test/java/rmi/activation/Activatable/restartLatecomer/
H A DRestartLatecomer.java83 private void waitFor(String responder) throws Exception { method in class:RestartLatecomer
215 callbackObj.waitFor(ACTIVATABLE);
243 callbackObj.waitFor(RESTARTABLE);
/openjdk7/jdk/test/sun/jvmstat/testlibrary/
H A DJavaProcess.java146 public int waitFor() throws InterruptedException { method in class:JavaProcess
148 return process.waitFor();
150 throw new RuntimeException("waitFor() called with process == null");
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DJavaVM.java177 public int waitFor() throws InterruptedException { method in class:JavaVM
181 int status = vm.waitFor();
192 return waitFor();
213 vm.waitFor();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DStreamMonitor.java156 public synchronized boolean waitFor(String str, long millis) { method in class:StreamMonitor
/openjdk7/jdk/src/windows/classes/java/lang/
H A DProcessImpl.java447 public int waitFor() throws InterruptedException { method in class:ProcessImpl

Completed in 76 milliseconds