org.jppf.server.node
Class NodeExecutionInfo

java.lang.Object
  extended by org.jppf.server.node.NodeExecutionInfo
All Implemented Interfaces:
Serializable

public class NodeExecutionInfo
extends Object
implements Serializable

Instances of this class hold statistics about the execution of a tasks bundle.

Author:
Laurent Cohen
See Also:
Serialized Form

Field Summary
 long cpuTime
          Total cpu time used by the tasks.
 long userTime
          Total user time used by the tasks.
 
Constructor Summary
NodeExecutionInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cpuTime

public long cpuTime
Total cpu time used by the tasks.


userTime

public long userTime
Total user time used by the tasks.

Constructor Detail

NodeExecutionInfo

public NodeExecutionInfo()


Copyright © 2005-2010 JPPF Team.