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

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java46 private static enum OpType { CONNECT, READ, WRITE }; enum in class:UnixAsynchronousSocketChannelImpl
230 if (task.getContext() == OpType.CONNECT)
232 if (task.getContext() == OpType.READ)
234 if (task.getContext() == OpType.WRITE)
332 result = new PendingFuture<Void,A>(this, OpType.CONNECT);
520 result = new PendingFuture<V,A>(this, OpType.READ);
703 result = new PendingFuture<V,A>(this, OpType.WRITE);

Completed in 22 milliseconds