org.jppf.server.job.management
Class NodeJobInformation
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nodeInfo
public final JPPFManagementInfo nodeInfo
- The information about the node.
jobInfo
public final JobInformation jobInfo
- The information about the sub-job.
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.