Uses of Interface
com.sun.sgs.impl.nio.AsyncKey

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

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

Classes in com.sun.sgs.impl.nio that implement AsyncKey
(package private)  class Reactor.ReactiveAsyncKey
          Provides support for initiating asynchronous IO operations on an underlying reactive channel registered with this Reactor.
 

Fields in com.sun.sgs.impl.nio declared as AsyncKey
(package private)  AsyncKey AsyncServerSocketChannelImpl.key
          The AsyncKey for the underlying channel.
(package private)  AsyncKey AsyncDatagramChannelImpl.key
          The AsyncKey for the underlying channel.
(package private)  AsyncKey AsyncSocketChannelImpl.key
          The AsyncKey for the underlying channel.
 

Methods in com.sun.sgs.impl.nio that return AsyncKey
(package private) abstract  AsyncKey AsyncGroupImpl.register(SelectableChannel ch)
          Registers the given channel with this group, returning an AsyncKey that can be used to invoke asynchronous IO operations.
(package private)  AsyncKey ReactiveChannelGroup.register(SelectableChannel ch)
          Registers the given channel with this group, returning an AsyncKey that can be used to invoke asynchronous IO operations.
 


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