Searched refs:onCancel (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DCancellable.java38 void onCancel(PendingFuture<?,?> task); method in interface:Cancellable
H A DPendingFuture.java233 ((Cancellable)channel()).onCancel(this);
H A DAsynchronousServerSocketChannelImpl.java142 public final void onCancel(PendingFuture<?,?> task) { method in class:AsynchronousServerSocketChannelImpl
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousSocketChannelImpl.java169 public void onCancel(PendingFuture<?,?> task) { method in class:WindowsAsynchronousSocketChannelImpl
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java229 public void onCancel(PendingFuture<?,?> task) { method in class:UnixAsynchronousSocketChannelImpl

Completed in 50 milliseconds