Package org.jppf.server.nio.nodeserver

Classes supporting the server node-side of the JPPF asynchronous comunication model.

See:
          Description

Class Summary
AbstractNodeContext Context associated with a channel serving tasks to a node.
AbstractNodeMessage Common abstract superclass representing a message sent or received by a node.
LocalNodeChannel Wrapper implementation for a local node's communication channel.
LocalNodeContext Context associated with a channel serving tasks to a local (in-VM) node.
LocalNodeMessage Node message implementation for an in-VM node.
NodeNioServer Instances of this class serve task execution requests to the JPPF nodes.
RemoteNodeContext Context associated with a channel serving tasks to a node.
RemoteNodeMessage Representation of a message sent or received by a remote node.
 

Enum Summary
NodeState Enumeration of the possible states for a class server channel.
NodeTransition Enumeration of the possible state transitions for a Node server channel.
 

Package org.jppf.server.nio.nodeserver Description

Classes supporting the server node-side of the JPPF asynchronous comunication model.



Copyright © 2005-2010 JPPF Team.