org.jppf.server.job.management
Class NodeJobInformation

java.lang.Object
  extended by org.jppf.server.job.management.NodeJobInformation
All Implemented Interfaces:
Serializable

public class NodeJobInformation
extends Object
implements Serializable

Instances of this cass hold temporary information about a sub-job and the node it was dispatched to

Author:
Laurent Cohen
See Also:
Serialized Form

Field Summary
 JobInformation jobInfo
          The information about the sub-job.
 JPPFManagementInfo nodeInfo
          The information about the node.
 
Constructor Summary
NodeJobInformation(JPPFManagementInfo nodeInfo, JobInformation jobInfo)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeInfo

public final JPPFManagementInfo nodeInfo
The information about the node.


jobInfo

public final JobInformation jobInfo
The information about the sub-job.

Constructor Detail

NodeJobInformation

public NodeJobInformation(JPPFManagementInfo nodeInfo,
                          JobInformation jobInfo)
Parameters:
nodeInfo - - the information about the node.
jobInfo - - the information about the sub-job.


Copyright © 2005-2010 JPPF Team.