Searched refs:Cancellable (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DCancellable.java33 interface Cancellable { interface
H A DPendingFuture.java232 if (channel() instanceof Cancellable)
233 ((Cancellable)channel()).onCancel(this);
H A DAsynchronousServerSocketChannelImpl.java49 implements Cancellable, Groupable
H A DAsynchronousSocketChannelImpl.java49 implements Cancellable, Groupable
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DCancellable.java38 abstract class Cancellable implements Runnable { class in inherits:Runnable
48 protected Cancellable() { method in class:Cancellable
119 static void runInterruptibly(Cancellable task) throws ExecutionException {
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileCopy.java177 Cancellable copyTask = new Cancellable() {
193 Cancellable.runInterruptibly(copyTask);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixCopyFile.java581 Cancellable copyTask = new Cancellable() {
588 Cancellable.runInterruptibly(copyTask);
/openjdk7/jdk/make/java/nio/
H A DFILES_java.gmk167 sun/nio/ch/Cancellable.java \
255 sun/nio/fs/Cancellable.java \

Completed in 45 milliseconds