Searched defs:close (Results 251 - 275 of 582) sorted by relevance

<<11121314151617181920>>

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DAnnotationTypeRequiredMemberWriter.java116 public void close() throws IOException; method in interface:AnnotationTypeRequiredMemberWriter
H A DConstantsSummaryWriter.java49 public abstract void close() throws IOException; method in interface:ConstantsSummaryWriter
H A DConstructorWriter.java124 public void close() throws IOException; method in interface:ConstructorWriter
H A DEnumConstantWriter.java117 public void close() throws IOException; method in interface:EnumConstantWriter
H A DFieldWriter.java117 public void close() throws IOException; method in interface:FieldWriter
H A DMemberSummaryWriter.java115 public void close() throws IOException; method in interface:MemberSummaryWriter
H A DMethodWriter.java118 public void close() throws IOException; method in interface:MethodWriter
H A DPackageSummaryWriter.java121 public abstract void close() throws IOException; method in interface:PackageSummaryWriter
H A DPropertyWriter.java117 public void close() throws IOException; method in interface:PropertyWriter
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSession.java46 // time after which to close idle sessions, in milliseconds (3 minutes)
115 void close() { method in class:Session
118 "Internal error: close session with active objects");
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassPath.java267 public void close() throws IOException { method in class:ClassPath
270 path[i].zip.close();
/openjdk7/jdk/src/share/demo/jfc/TableExample/
H A DJDBCAdapter.java98 // Then we can close the connection.
112 // close(); Need to copy the metaData, bug in jdbc:odbc driver.
121 public void close() throws SQLException { method in class:JDBCAdapter
123 resultSet.close();
124 statement.close();
125 connection.close();
130 close();
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DStreamBuffer.java45 * from a StreamBuffer effectively close the StreamBuffer output stream. These
75 public void close() throws IOException { method in class:StreamBuffer.StreamBufferOutputStream
124 public void close() throws IOException { method in class:StreamBuffer.StreamBufferInputStream
/openjdk7/jdk/test/javax/sound/sampled/FileWriter/
H A DWriterCloseInput.java4 * @summary AIFF/AU/WAVE writers close input audio stream
101 public void close() { method in class:WriterCloseInput.ThrowAfterCloseStream
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DProxyTunnelServer.java91 ss.close();
94 System.out.println("ProxyServer close error: " + excep);
136 ss.close();
139 in.close();
140 clientSocket.close();
160 out.close();
165 out.close();
194 clientToServer.close();
195 serverToClient.close();
232 * we will close th
238 public void close() { method in class:ProxyTunnelServer.ProxyTunnel
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DDrawPolygons.java79 boolean close);
112 boolean close)
117 transX, transY, close);
75 DrawPolygons(SunGraphics2D sg2d, SurfaceData sData, int xPoints[], int yPoints[], int nPoints[], int numPolys, int transX, int transY, boolean close) argument
108 DrawPolygons(SunGraphics2D sg2d, SurfaceData sData, int xPoints[], int yPoints[], int nPoints[], int numPolys, int transX, int transY, boolean close) argument
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMeteredStream.java64 * don't close automatically when mark is set and is valid;
65 * cannot reset() after close()
68 close();
93 close();
158 public void close() throws IOException { method in class:MeteredStream
166 in.close();
208 close();
210 pi.close();
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/gopher/
H A DGopherClient.java323 ps.close();
332 os.close();
350 public void close() { method in class:GopherInputStream
353 super.close();
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DServerSocketAdaptor.java147 public void close() throws IOException { method in class:ServerSocketAdaptor
148 ssc.close();
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractWatchService.java131 * Retrieves the object upon which the close method synchronizes.
138 * Closes this watch service. This method is invoked by the close
144 public final void close() method in class:AbstractWatchService
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DMarshalInputStream.java152 * This method is implicitly invoked by close() before it delegates to
153 * the superclass's close method.
167 public void close() throws IOException { method in class:MarshalInputStream
169 super.close();
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DWrappedSocket.java180 public synchronized void close() throws IOException method in class:WrappedSocket
182 socket.close();
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DMultiplexInputStream.java172 public void close() throws IOException method in class:MultiplexInputStream
H A DMultiplexOutputStream.java168 public void close() throws IOException method in class:MultiplexOutputStream
H A DTCPConnection.java217 public void close() throws IOException method in class:TCPConnection
219 TCPTransport.tcpLog.log(Log.BRIEF, "close connection");
222 socket.close();
224 in.close();
225 out.close();

Completed in 105 milliseconds

<<11121314151617181920>>