Uses of Package
org.jppf.server.nio.nodeserver

Packages that use org.jppf.server.nio.nodeserver
org.jppf.server Classes supporting the core functionality of the JPPF asynchronous comunication model. 
org.jppf.server.nio.nodeserver Classes supporting the server node-side of the JPPF asynchronous comunication model. 
org.jppf.server.node.local Classes supporting local nodes,, in the same JVM as the driver. 
 

Classes in org.jppf.server.nio.nodeserver used by org.jppf.server
NodeNioServer
          Instances of this class serve task execution requests to the JPPF nodes.
 

Classes in org.jppf.server.nio.nodeserver used by org.jppf.server.nio.nodeserver
AbstractNodeContext
          Context associated with a channel serving tasks to a node.
AbstractNodeMessage
          Common abstract superclass representing a message sent or received by a node.
LocalNodeContext
          Context associated with a channel serving tasks to a local (in-VM) node.
NodeState
          Enumeration of the possible states for a class server channel.
NodeTransition
          Enumeration of the possible state transitions for a Node server channel.
 

Classes in org.jppf.server.nio.nodeserver used by org.jppf.server.node.local
LocalNodeChannel
          Wrapper implementation for a local node's communication channel.
 



Copyright © 2005-2010 JPPF Team.