Searched refs:waitForClose (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanDirAgent.java112 // It will be consumed later on by 'waitForClose()'
179 public void waitForClose() throws IOException, JMException { method in class:ScanDirAgent
202 * {@link #waitForClose waits} until its state is {@link
216 agent.waitForClose();
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeOutStream.java120 // alert from peer. If alert received, waitForClose
122 socket.waitForClose(true);
H A DSSLSocketImpl.java1517 waitForClose(false);
1543 * Don't synchronize the whole method because waitForClose()
1624 // read() or due to our call to waitForClose() below.
1686 void waitForClose(boolean rethrow) throws IOException { method in class:SSLSocketImpl

Completed in 28 milliseconds