Searched defs:CompletionHandler (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DCompletionHandler.java45 public interface CompletionHandler<V,A> { interface
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DInvoker.java120 static <V,A> void invokeUnchecked(CompletionHandler<V,? super A> handler,
139 CompletionHandler<V,? super A> handler,
154 CompletionHandler<V,? super A> handler,
194 final CompletionHandler<V,? super A> handler,
217 static <V,A> void invokeIndirectly(final CompletionHandler<V,? super A> handler, argument
267 CompletionHandler<V,? super A> handler = future.handler();
283 CompletionHandler<V,? super A> handler = future.handler();
299 CompletionHandler<V,? super A> handler = future.handler();
193 invokeIndirectly(AsynchronousChannel channel, final CompletionHandler<V,? super A> handler, final A attachment, final V result, final Throwable exc) argument
H A DSimpleAsynchronousFileChannelImpl.java178 final CompletionHandler<FileLock,? super A> handler)
292 final CompletionHandler<Integer,? super A> handler)
348 final CompletionHandler<Integer,? super A> handler)
174 implLock(final long position, final long size, final boolean shared, final A attachment, final CompletionHandler<FileLock,? super A> handler) argument
289 implRead(final ByteBuffer dst, final long position, final A attachment, final CompletionHandler<Integer,? super A> handler) argument
345 implWrite(final ByteBuffer src, final long position, final A attachment, final CompletionHandler<Integer,? super A> handler) argument
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.java292 final CompletionHandler<AsynchronousSocketChannel,Object> handler)
291 implAccept(Object attachment, final CompletionHandler<AsynchronousSocketChannel,Object> handler) argument
H A DWindowsAsynchronousFileChannelImpl.java297 final CompletionHandler<FileLock,? super A> handler)
521 CompletionHandler<Integer,? super A> handler)
697 CompletionHandler<Integer,? super A> handler)
293 implLock(final long position, final long size, final boolean shared, A attachment, final CompletionHandler<FileLock,? super A> handler) argument

Completed in 365 milliseconds