edu.ucsb.cs.jicos.services
Class TaskStats

java.lang.Object
  extended by edu.ucsb.cs.jicos.services.TaskStats
All Implemented Interfaces:
java.io.Serializable

public final class TaskStats
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TaskStats()
           
 
Method Summary
 int $tasksExecuted()
          Get the number of Task objects executed.
 int totalExecutionTime()
          Get the total execution time for these Task objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskStats

public TaskStats()
Method Detail

$tasksExecuted

public int $tasksExecuted()
Get the number of Task objects executed.

Returns:
the number of Task objects executed.

totalExecutionTime

public int totalExecutionTime()
Get the total execution time for these Task objects.

Returns:
the total execution time for these Task objects.


Jicos: http://cs.ucsb.edu/projects/jicos