Uses of Class
com.sun.sgs.impl.nio.Reactor.ReactiveAsyncKey

Packages that use Reactor.ReactiveAsyncKey
com.sun.sgs.impl.nio Implements asynchronous IO as specified by the package com.sun.sgs.nio.channels
 

Uses of Reactor.ReactiveAsyncKey in com.sun.sgs.impl.nio
 

Methods in com.sun.sgs.impl.nio that return Reactor.ReactiveAsyncKey
(package private)  Reactor.ReactiveAsyncKey Reactor.register(SelectableChannel ch)
          Registers the given SelectableChannel with this reactor, returning an AsyncKey that can be used to initiate asynchronous operations on that channel.
 

Methods in com.sun.sgs.impl.nio with parameters of type Reactor.ReactiveAsyncKey
(package private)
<R> void
Reactor.awaitReady(Reactor.ReactiveAsyncKey asyncKey, int op, Reactor.AsyncOp<R> task)
          Registers interest in an IO operation on the channel associated with the given AsyncKey, returning a future representing the result of the operation.
 

Constructors in com.sun.sgs.impl.nio with parameters of type Reactor.ReactiveAsyncKey
Reactor.PendingOperation(Reactor.ReactiveAsyncKey asyncKey, int op)
          Creates a new instance to manage the given operation for the given key.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved