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

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

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

Fields in com.sun.sgs.impl.nio with type parameters of type Reactor.AsyncOp
protected  AtomicReference<Reactor.AsyncOp<?>> Reactor.PendingOperation.task
          The continuation of the IO task to perform, if one is pending, or a reference to null if an operation is not pending.
 

Methods in com.sun.sgs.impl.nio with parameters of type Reactor.AsyncOp
(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.
 


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