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

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

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

Fields in com.sun.sgs.impl.nio declared as ReactiveChannelGroup
(package private)  ReactiveChannelGroup Reactor.group
          The channel group for this reactor, used to obtain completion handler runners.
 

Methods in com.sun.sgs.impl.nio that return ReactiveChannelGroup
 ReactiveChannelGroup ReactiveAsyncChannelProvider.openAsynchronousChannelGroup(ExecutorService executor)
          Constructs a new asynchronous channel group.
 ReactiveChannelGroup ReactiveChannelGroup.shutdown()
          Initiates an orderly shutdown of the group.
 ReactiveChannelGroup ReactiveChannelGroup.shutdownNow()
          Shuts down the group and closes all open channels in the group.
 

Constructors in com.sun.sgs.impl.nio with parameters of type ReactiveChannelGroup
Reactor(ReactiveChannelGroup group, Executor executor)
          Creates a new reactor instance with the given channel group and executor.
 


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