Searched defs:close (Results 26 - 50 of 582) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DReceiver.java66 * calling {@link MidiDevice#close MidiDevice.close}, the
68 * description of open/close behaviour see the class description
73 public void close(); method in interface:Receiver
H A DTransmitter.java68 * by calling {@link MidiDevice#close MidiDevice.close}, the
70 * description of open/close behaviour see the class description
75 public void close(); method in interface:Transmitter
/openjdk7/jdk/src/share/classes/javax/sql/
H A DPooledConnection.java60 * method <code>close</code>. When connection pooling is being done,
71 * calls the <code>PooledConnection</code> method <code>close</code>.
80 * method <code>close</code>. When <code>Statement</code> pooling is being done,
124 void close() throws SQLException; method in interface:PooledConnection
/openjdk7/jdk/src/share/classes/java/io/
H A DFilterOutputStream.java147 * The <code>close</code> method of <code>FilterOutputStream</code>
149 * <code>close</code> method of its underlying output stream.
155 public void close() throws IOException { method in class:FilterOutputStream
160 out.close();
H A DOutputStream.java143 * associated with this stream. The general contract of <code>close</code>
147 * The <code>close</code> method of <code>OutputStream</code> does nothing.
151 public void close() throws IOException { method in class:OutputStream
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DMulticastChannel.java139 @Override void close() throws IOException; method in interface:MulticastChannel
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DWatchService.java62 * #close close} method may be invoked at any time to close the service causing
128 void close() throws IOException; method in interface:WatchService
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DConsoleHandler.java110 * Override <tt>StreamHandler.close</tt> to do a flush but not
111 * to close the output stream. That is, we do <b>not</b>
112 * close <tt>System.err</tt>.
114 public void close() { method in class:ConsoleHandler
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelDirector.java45 public void close(); method in interface:ModelDirector
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DCodeWriter.java113 public abstract void close() throws IOException; method in class:CodeWriter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DTransportBackChannel.java37 * a response, it invokes the {@link #close()} method
42 * This allows the transport to close down the communication
61 * When the implementation of this method fails to close
65 void close(); method in interface:TransportBackChannel
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DTidyXMLStreamReader.java52 public void close() throws XMLStreamException { method in class:TidyXMLStreamReader
53 super.close();
56 closeableSource.close();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DNoCloseInputStream.java43 public void close() throws IOException { method in class:NoCloseInputStream
44 // Intentionally left empty. use closeInput() to close
48 super.close();
H A DNoCloseOutputStream.java43 public void close() throws IOException { method in class:NoCloseOutputStream
44 // Intentionally left empty. use closeOutput() to close
48 super.close();
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPConnection.java93 public abstract void close() method in class:SOAPConnection
/openjdk7/jdk/test/java/io/BufferedInputStream/
H A DCloseStream.java26 @summary Test BufferdInputStream close method */
41 in.close();
58 public void close() throws IOException { method in class:MyInputStream
/openjdk7/jdk/test/java/io/FileInputStream/
H A DFinalizeShdCallClose.java28 * @summary Test to ensure that FIS.finalize() invokes the close() method as per
55 public void close() { method in class:FinalizeShdCallClose.MyStream
57 super.close();
86 throw new Exception("MyStream.close() method is not called");
/openjdk7/jdk/test/java/io/FileOutputStream/
H A DFinalizeShdCallClose.java28 * @summary Test to ensure that FOS.finalize() invokes the close() method as per
55 public void close() { method in class:FinalizeShdCallClose.MyStream
57 super.close();
86 throw new Exception("MyStream.close() method is not called");
/openjdk7/jdk/test/java/io/charStreams/
H A DABCOutputStream.java55 public void close() throws IOException { method in class:ABCOutputStream
H A DABCReader.java67 public void close() { method in class:ABCReader
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DNestedClassWriter.java47 public void close() throws IOException; method in interface:NestedClassWriter
/openjdk7/jdk/src/share/classes/sun/rmi/log/
H A DLogOutputStream.java77 * Can not close a LogOutputStream, so this does nothing.
80 public final void close() throws IOException { method in class:LogOutputStream
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DHttpOutputStream.java53 * On close, send HTTP-packaged response.
55 public synchronized void close() throws IOException { method in class:HttpOutputStream
71 // Do not close the underlying stream here, because that would
72 // close the underlying socket and prevent reading a response.
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DSpanIterator.h42 void (*close)(JNIEnv *env, void *clientData); member in struct:__anon934
/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DDuplicateResource.java40 public void close() throws Exception { method in class:DuplicateResource.TestResource

Completed in 418 milliseconds

1234567891011>>