Searched defs:interestOps (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSelectionKeyImpl.java47 private volatile int interestOps; field in class:SelectionKeyImpl
76 public int interestOps() { method in class:SelectionKeyImpl
78 return interestOps;
81 public SelectionKey interestOps(int ops) { method in class:SelectionKeyImpl
106 interestOps = ops;
111 return interestOps;
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DSelectionKey.java57 * #interestOps(int)} method. </p></li>
179 public abstract int interestOps(); method in class:SelectionKey
199 public abstract SelectionKey interestOps(int ops); method in class:SelectionKey

Completed in 157 milliseconds