Package org.jppf.server.nio.nodeserver

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

See:
          Description

Class Summary
IdleState This class represents the state of waiting for some action.
NodeContext Context associated with a channel serving tasks to a node.
NodeMessage  
NodeNioServer Instances of this class serve task execution requests to the JPPF nodes.
NodeServerFactory Utility class used to specify the possible states of a node server connection, as well as the possible transitions between those states.
NodeServerState Common abstract superclass for all states of a node that executes tasks.
SendingBundleState This class represents the state of waiting for some action.
SendInitialBundleState This class represents the state of sending the initial hand-shaking data to a newly connected node.
TaskQueueChecker This class ensures that idle nodes get assigned pending tasks in the queue.
WaitingResultsState This class performs performs the work of reading a task bundle execution response from a node.
WaitInitialBundleState This class implements the state of receiving information from the node as a response to sending the initial bundle.
 

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.