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

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

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

Fields in com.sun.sgs.impl.nio with type parameters of type Reactor
(package private)  List<Reactor> ReactiveChannelGroup.reactors
          The active reactors in this group.
 

Methods in com.sun.sgs.impl.nio that return Reactor
 Reactor ReactiveChannelGroup.ReactorAssignmentStrategy.getReactorFor(SelectableChannel channel)
          Returns the Reactor for a newly-registering channel.
 Reactor ReactiveChannelGroup.HashingReactorAssignmentStrategy.getReactorFor(SelectableChannel channel)
          Returns the Reactor for a newly-registering channel.
 

Constructors in com.sun.sgs.impl.nio with parameters of type Reactor
ReactiveChannelGroup.Worker(Reactor reactor)
          Creates a worker instance for the reactor.
 


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