Package org.jppf.server.node

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

See:
          Description

Interface Summary
NodeIO This interface defines how a node receives a job and sends its execution results.
TaskExecutionListener Interface for all classes that wish to listen to events occurring during the life span of individual JPPF tasks.
 

Class Summary
AbstractClassLoaderManager Instances of this class manage the node's class loader and associated operations.
AbstractNodeIO This class performs the I/O operations requested by the JPPFNode, for reading the task bundles and sending the results back.
AbstractNodeIO.BufferList A pairing of a list of buffers and the total length of their usable data.
JPPFContainer Instances of this class represent dynamic class loading, and serialization/deserialization, capabilities, associated with a specific client application.
JPPFNode Instances of this class encapsulate execution nodes.
LifeCycleEventHandler This class handles the firing of node life cycle events and the listeners that subscribe to these events.
NodeExecutionInfo Instances of this class hold statistics about the execution of a tasks bundle.
NodeExecutionManagerImpl Instances of this class manage the execution of JPPF tasks by a node.
TaskExecutionEvent Instances of this class represent events that occur during the life span of an individual JPPF task.
ThreadManager This class maanges the thread for the node's execution manager.
 

Package org.jppf.server.node Description

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



Copyright © 2005-2010 JPPF Team.