Uses of Interface
org.jppf.server.nio.NioContext

Packages that use NioContext
org.jppf.server.nio Classes supporting asynchronous communication through the NIO APIs. 
org.jppf.server.nio.classloader Support for socket-based communication with remote services. 
org.jppf.server.nio.multiplexer Classes supporting the multiplexing of TCP ports. 
org.jppf.server.nio.multiplexer.generic Classes supporting the multiplexing of TCP ports. 
org.jppf.server.nio.nodeserver Classes supporting the server node-side of the JPPF asynchronous comunication model. 
 

Uses of NioContext in org.jppf.server.nio
 

Classes in org.jppf.server.nio that implement NioContext
 class AbstractNioContext<S extends Enum<S>>
          Context associated with an open communication channel.
 class SimpleNioContext<S extends Enum<S>>
          Context associated with an open socket channel.
 

Methods in org.jppf.server.nio that return NioContext
abstract  NioContext<?> NioServer.createNioContext()
          Define a context for a newly created channel.
 NioContext<?> ChannelWrapper.getContext()
          Get the AbstractNioContext attached to the channel.
 NioContext AbstractLocalChannelWrapper.getContext()
          Get the AbstractNioContext attached to the channel.
abstract  NioContext AbstractChannelWrapper.getContext()
          Get the AbstractNioContext attached to the channel.
 NioContext SelectionKeyWrapper.getContext()
          Get the AbstractNioContext attached to the channel.
 

Methods in org.jppf.server.nio with parameters of type NioContext
 ChannelWrapper<?> StateTransitionManager.registerChannel(SocketChannel channel, int ops, NioContext context, StateTransitionManager.ChannelRegistrationAction action)
          Register a channel not opened through this server.
 

Uses of NioContext in org.jppf.server.nio.classloader
 

Classes in org.jppf.server.nio.classloader that implement NioContext
 class ClassContext
          Context object associated with a socket channel used by the class server of the JPPF driver.
 class LocalClassContext
          Context object associated with a socket channel used by the class server of the JPPF driver.
 

Methods in org.jppf.server.nio.classloader that return NioContext
 NioContext<?> ClassNioServer.createNioContext()
          Define a context for a newly created channel.
 

Uses of NioContext in org.jppf.server.nio.multiplexer
 

Classes in org.jppf.server.nio.multiplexer that implement NioContext
 class MultiplexerContext
          Context obect associated with a socket channel used by the multiplexer.
 

Methods in org.jppf.server.nio.multiplexer that return NioContext
 NioContext MultiplexerNioServer.createNioContext()
          Define a context for a newly created channel.
 

Uses of NioContext in org.jppf.server.nio.multiplexer.generic
 

Methods in org.jppf.server.nio.multiplexer.generic that return NioContext
 NioContext MultiplexerNioServer.createNioContext()
          Define a context for a newly created channel.
 

Uses of NioContext in org.jppf.server.nio.nodeserver
 

Classes in org.jppf.server.nio.nodeserver that implement NioContext
 class AbstractNodeContext
          Context associated with a channel serving tasks to a node.
 class LocalNodeContext
          Context associated with a channel serving tasks to a local (in-VM) node.
 class RemoteNodeContext
          Context associated with a channel serving tasks to a node.
 

Methods in org.jppf.server.nio.nodeserver that return NioContext
 NioContext<?> NodeNioServer.createNioContext()
          Define a context for a newly created channel.
 



Copyright © 2005-2010 JPPF Team.