|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionManager.Key | |
---|---|
com.sun.jini.jeri.internal.mux | |
com.sun.jini.jeri.internal.runtime |
Uses of SelectionManager.Key in com.sun.jini.jeri.internal.mux |
---|
Fields in com.sun.jini.jeri.internal.mux declared as SelectionManager.Key | |
---|---|
private SelectionManager.Key |
SocketChannelConnectionIO.key
|
Methods in com.sun.jini.jeri.internal.mux with parameters of type SelectionManager.Key | |
---|---|
void |
SocketChannelConnectionIO.Handler.handleSelection(int readyMask,
SelectionManager.Key key)
|
Uses of SelectionManager.Key in com.sun.jini.jeri.internal.runtime |
---|
Fields in com.sun.jini.jeri.internal.runtime declared as SelectionManager.Key | |
---|---|
private SelectionManager.Key |
SelectionManager.readyQueue
queue of keys that have I/O operations ready to be handled |
(package private) SelectionManager.Key |
SelectionManager.Key.readyQueueNext
|
private SelectionManager.Key |
SelectionManager.renewQueue
queue of keys that need to have interest masks updated |
(package private) SelectionManager.Key |
SelectionManager.Key.renewQueueNext
|
Methods in com.sun.jini.jeri.internal.runtime that return SelectionManager.Key | |
---|---|
SelectionManager.Key |
SelectionManager.register(SelectableChannel channel,
SelectionManager.SelectionHandler handler)
Registers the given SelectableChannel with this SelectionManager. |
private SelectionManager.Key |
SelectionManager.removeFromReadyQueue(int[] readyMaskOut)
|
private SelectionManager.Key |
SelectionManager.removeFromRenewQueue(int[] renewMaskOut)
|
private SelectionManager.Key |
SelectionManager.waitForReadyKey(int[] readyMaskOut)
Waits until one of the registered channels is ready for one or more I/O operations. |
Methods in com.sun.jini.jeri.internal.runtime with parameters of type SelectionManager.Key | |
---|---|
private void |
SelectionManager.addOrUpdateReadyQueue(SelectionManager.Key key,
int newReadyMask)
|
private void |
SelectionManager.addOrUpdateRenewQueue(SelectionManager.Key key,
int newRenewMask)
|
void |
SelectionManager.SelectionHandler.handleSelection(int readyMask,
SelectionManager.Key key)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |