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

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

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

Subclasses of AsyncGroupImpl in com.sun.sgs.impl.nio
(package private)  class ReactiveChannelGroup
          A select-based AsynchronousChannelGroup.
 

Fields in com.sun.sgs.impl.nio declared as AsyncGroupImpl
(package private)  AsyncGroupImpl AsyncServerSocketChannelImpl.group
          The channel group.
 

Methods in com.sun.sgs.impl.nio that return AsyncGroupImpl
abstract  AsyncGroupImpl AsyncProviderImpl.openAsynchronousChannelGroup(ExecutorService executor)
          Constructs a new asynchronous channel group.
 

Constructors in com.sun.sgs.impl.nio with parameters of type AsyncGroupImpl
AsyncDatagramChannelImpl(ProtocolFamily pf, AsyncGroupImpl group)
          Creates a new instance registered with the given channel group.
AsyncServerSocketChannelImpl(AsyncGroupImpl group)
          Creates a new instance registered with the given channel group.
AsyncSocketChannelImpl(AsyncGroupImpl group)
          Creates a new instance registered with the given channel group.
AsyncSocketChannelImpl(AsyncGroupImpl group, SocketChannel channel)
          Creates a new instance registered with the given channel group, with the given underlying SocketChannel.
 


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