org.quattor.pan.tasks
Class TaskResult

java.lang.Object
  extended by org.quattor.pan.tasks.TaskResult
Direct Known Subclasses:
BuildResult, CompileResult, Valid1Result, Valid2Result

public class TaskResult
extends java.lang.Object

Superclass of all task results that allows different tasks to be mixed on a given executor (queue). This class maintains a set of types to allow statistical information about the types of tasks to be collected.

Author:
loomis

Nested Class Summary
static class TaskResult.ResultType
          Enumerated type of the possible types of results.
 
Field Summary
 TaskResult.ResultType type
           
 
Constructor Summary
TaskResult(TaskResult.ResultType type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public final TaskResult.ResultType type
Constructor Detail

TaskResult

public TaskResult(TaskResult.ResultType type)


Copyright © 2011 Quattor. All Rights Reserved.