Uses of Class
com.sun.sgs.nio.channels.AsynchronousChannelGroup

Packages that use AsynchronousChannelGroup
com.sun.sgs.impl.nio Implements asynchronous IO as specified by the package com.sun.sgs.nio.channels
com.sun.sgs.nio.channels Defines asynchronous channels that are connected to a stream-oriented connecting or listening socket, or a datagram-oriented socket. 
com.sun.sgs.nio.channels.spi Service-provider classes for the com.sun.sgs.nio.channels package. 
 

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

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

Methods in com.sun.sgs.impl.nio with parameters of type AsynchronousChannelGroup
 AsyncDatagramChannelImpl AsyncProviderImpl.openAsynchronousDatagramChannel(ProtocolFamily pf, AsynchronousChannelGroup group)
          Opens an asynchronous datagram channel.
 AsyncServerSocketChannelImpl AsyncProviderImpl.openAsynchronousServerSocketChannel(AsynchronousChannelGroup group)
          Opens an asynchronous server-socket channel.
 AsyncSocketChannelImpl AsyncProviderImpl.openAsynchronousSocketChannel(AsynchronousChannelGroup group)
          Opens an asynchronous socket channel.
 

Uses of AsynchronousChannelGroup in com.sun.sgs.nio.channels
 

Methods in com.sun.sgs.nio.channels that return AsynchronousChannelGroup
static AsynchronousChannelGroup AsynchronousChannelGroup.open(ExecutorService executor)
          Creates an asynchronous channel group.
abstract  AsynchronousChannelGroup AsynchronousChannelGroup.shutdown()
          Initiates an orderly shutdown of the group.
abstract  AsynchronousChannelGroup AsynchronousChannelGroup.shutdownNow()
          Shuts down the group and closes all open channels in the group.
 

Methods in com.sun.sgs.nio.channels with parameters of type AsynchronousChannelGroup
static AsynchronousSocketChannel AsynchronousSocketChannel.open(AsynchronousChannelGroup group)
          Opens an asynchronous socket channel.
static AsynchronousServerSocketChannel AsynchronousServerSocketChannel.open(AsynchronousChannelGroup group)
          Opens an asynchronous server-socket channel.
static AsynchronousDatagramChannel AsynchronousDatagramChannel.open(ProtocolFamily pf, AsynchronousChannelGroup group)
          Opens an asynchronous datagram channel.
 

Uses of AsynchronousChannelGroup in com.sun.sgs.nio.channels.spi
 

Methods in com.sun.sgs.nio.channels.spi that return AsynchronousChannelGroup
abstract  AsynchronousChannelGroup AsynchronousChannelProvider.openAsynchronousChannelGroup(ExecutorService executor)
          Constructs a new asynchronous channel group.
 

Methods in com.sun.sgs.nio.channels.spi with parameters of type AsynchronousChannelGroup
abstract  AsynchronousDatagramChannel AsynchronousChannelProvider.openAsynchronousDatagramChannel(ProtocolFamily pf, AsynchronousChannelGroup group)
          Opens an asynchronous datagram channel.
abstract  AsynchronousServerSocketChannel AsynchronousChannelProvider.openAsynchronousServerSocketChannel(AsynchronousChannelGroup group)
          Opens an asynchronous server-socket channel.
abstract  AsynchronousSocketChannel AsynchronousChannelProvider.openAsynchronousSocketChannel(AsynchronousChannelGroup group)
          Opens an asynchronous socket channel.
 


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