/openjdk7/langtools/test/tools/javac/diags/examples/ |
H A D | TryResourceThrowsInterruptedExc.java | 28 public void close() throws InterruptedException {} method in class:TryResourceThrowsInterruptedException
|
H A D | UnreportedExceptionImplicitClose.java | 24 // key: compiler.err.unreported.exception.implicit.close 28 public void close() throws Exception { } method in class:UnreportedExceptionImplicitClose.MyCloseable
|
/openjdk7/jdk/src/share/classes/java/io/ |
H A D | Closeable.java | 32 * The close method is invoked to release resources that the object is 47 public void close() throws IOException; method in interface:Closeable
|
/openjdk7/jdk/src/share/classes/java/lang/ |
H A D | AutoCloseable.java | 42 * declare concrete implementations of the {@code close} method to 44 * if the close operation cannot fail. 47 * to not have the {@code close} method throw {@link 56 * exception to be suppressed, the {@code AutoCloseable.close} 59 * <p>Note that unlike the {@link java.io.Closeable#close close} 60 * method of {@link java.io.Closeable}, this {@code close} method 62 * calling this {@code close} method more than once may have some 63 * visible side effect, unlike {@code Closeable.close} which is 67 * to make their {@code close} method 71 void close() throws Exception; method in interface:AutoCloseable [all...] |
/openjdk7/langtools/test/tools/javac/T7179353/ |
H A D | GenericsAndTWRCompileErrorTest.java | 34 public void close() throws E { } method in class:GenericsAndTWRCompileErrorTest.Resource
|
/openjdk7/langtools/test/tools/javac/TryWithResources/ |
H A D | BadTwr.java | 33 public void close() { method in class:BadTwr
|
H A D | BadTwrSyntax.java | 24 public void close() { method in class:BadTwrSyntax
|
H A D | ExplicitFinal.java | 53 public void close() throws IOException { method in class:ExplicitFinal 54 System.out.println("Calling close on " + this);
|
H A D | ImplicitFinal.java | 37 public void close() throws IOException { method in class:ImplicitFinal
|
H A D | ResourceOutsideTry.java | 20 public void close() throws Exception {} method in class:ResourceOutsideTry.MyResource
|
H A D | TwrOnNonResource.java | 24 * A close method, but the class is <em>not</em> Closeable or 27 public void close() { method in class:TwrOnNonResource
|
H A D | DuplicateResourceDecl.java | 18 public void close() throws Exception {} method in class:DuplicateResourceDecl.MyResource
|
H A D | TwrFlow.java | 21 * A close method, but the class is <em>not</em> Closeable or 24 public void close() throws CustomCloseException { method in class:TwrFlow
|
H A D | TwrSuppression.java | 60 public void close() throws Exception { method in class:TwrSuppression
|
H A D | WeirdTwr.java | 45 public void close() { method in class:WeirdTwr
|
H A D | TwrLint.java | 14 r1.close(); // The resource's close 15 r2.close(42); // *Not* the resource's close 35 public void close () { method in class:TwrLint 42 public void close (int arg) { method in class:TwrLint 52 public void close () { method in class:DeprecatedAutoCloseable
|
/openjdk7/jdk/src/share/classes/java/nio/channels/ |
H A D | AsynchronousChannel.java | 56 * channel's {@link #close close} method is invoked, then the I/O operation 116 void close() throws IOException; method in interface:AsynchronousChannel
|
H A D | InterruptibleChannel.java | 40 * #close close} method. This will cause the blocked thread to receive an 76 * Channel#close Channel} interface. </p> 80 public void close() throws IOException; method in interface:InterruptibleChannel
|
H A D | Channel.java | 82 public void close() throws IOException; method in interface:Channel
|
/openjdk7/jdk/src/share/classes/javax/naming/ |
H A D | NamingEnumeration.java | 133 * explicitly call <tt>close()</tt>. 137 * notify servers to cancel any outstanding requests. The <tt>close()</tt> 140 * manage their resources when client omits the <tt>close()</tt> calls. 146 public void close() throws NamingException; method in interface:NamingEnumeration
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/ |
H A D | Closeable.java | 60 public void close() throws WebServiceException; method in interface:Closeable
|
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/ |
H A D | ListenerThread.java | 34 public void close(); method in interface:ListenerThread
|
H A D | ReaderThread.java | 33 public void close(); method in interface:ReaderThread
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/ |
H A D | COFFFile.java | 39 public void close(); method in interface:COFFFile
|
/openjdk7/jdk/src/share/classes/javax/smartcardio/ |
H A D | CardChannel.java | 72 * {@linkplain #close closed} or if the corresponding Card has been 87 * CardChannel#close CardChannel.close()} methods. 114 * {@linkplain #close closed} or if the corresponding Card has been 142 * CardChannel#close CardChannel.close()} methods. 153 * {@linkplain #close closed} or if the corresponding Card has been 182 public abstract void close() throws CardException; method in class:CardChannel
|