Package com.sun.corba.ee.impl.transport
Class SelectorImpl.SelectionKeyAndOp
- java.lang.Object
-
- com.sun.corba.ee.impl.transport.SelectorImpl.SelectionKeyAndOp
-
- Enclosing class:
- SelectorImpl
private static class SelectorImpl.SelectionKeyAndOp extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
keyOp
java.nio.channels.SelectionKey
selectionKey
-
Constructor Summary
Constructors Constructor Description SelectionKeyAndOp(java.nio.channels.SelectionKey selectionKey, int keyOp)
-