Uses of Package
org.jppf.server.node

Packages that use org.jppf.server.node
org.jppf.management Support for the JMX-based management of JPPF components. 
org.jppf.server.node 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. 
org.jppf.server.node.remote Classes supporting remote nodes. 
 

Classes in org.jppf.server.node used by org.jppf.management
JPPFNode
          Instances of this class encapsulate execution nodes.
TaskExecutionEvent
          Instances of this class represent events that occur during the life span of an individual JPPF task.
TaskExecutionListener
          Interface for all classes that wish to listen to events occurring during the life span of individual JPPF tasks.
 

Classes in org.jppf.server.node used by org.jppf.server.node
AbstractClassLoaderManager
          Instances of this class manage the node's class loader and associated operations.
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.
NodeIO
          This interface defines how a node receives a job and sends its execution results.
TaskExecutionEvent
          Instances of this class represent events that occur during the life span of an individual JPPF task.
TaskExecutionListener
          Interface for all classes that wish to listen to events occurring during the life span of individual JPPF tasks.
ThreadManager
          This class maanges the thread for the node's execution manager.
 

Classes in org.jppf.server.node used by org.jppf.server.node.local
AbstractNodeIO
          This class performs the I/O operations requested by the JPPFNode, for reading the task bundles and sending the results back.
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.
NodeIO
          This interface defines how a node receives a job and sends its execution results.
 

Classes in org.jppf.server.node used by org.jppf.server.node.remote
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.
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.
NodeIO
          This interface defines how a node receives a job and sends its execution results.
 



Copyright © 2005-2010 JPPF Team.