Uses of Class
org.quattor.pan.tasks.TaskResult.ResultType

Packages that use TaskResult.ResultType
org.quattor.pan Contains the high-level classes used to invoke the pan language compiler. 
org.quattor.pan.cache   
org.quattor.pan.tasks Provides classes that implement parallel tasks within the compiler. 
 

Uses of TaskResult.ResultType in org.quattor.pan
 

Methods in org.quattor.pan with parameters of type TaskResult.ResultType
 void CompilerStatistics.incrementFinishedTasks(TaskResult.ResultType type)
          Increase the count of the number of tasks of the given type that have finished successfully.
 void CompilerStatistics.incrementStartedTasks(TaskResult.ResultType type)
          Increase the count of the number of tasks of the given type that have been started.
 

Uses of TaskResult.ResultType in org.quattor.pan.cache
 

Methods in org.quattor.pan.cache that return TaskResult.ResultType
protected  TaskResult.ResultType CompileCache.getExecutorQueueType()
           
protected  TaskResult.ResultType Valid2Cache.getExecutorQueueType()
           
protected  TaskResult.ResultType Valid1Cache.getExecutorQueueType()
           
protected  TaskResult.ResultType BuildCache.getExecutorQueueType()
           
protected abstract  TaskResult.ResultType AbstractCache.getExecutorQueueType()
          Subclasses must return the executor queue type for the particular class.
 

Uses of TaskResult.ResultType in org.quattor.pan.tasks
 

Fields in org.quattor.pan.tasks declared as TaskResult.ResultType
 TaskResult.ResultType Task.resultType
           
 TaskResult.ResultType TaskResult.type
           
 

Methods in org.quattor.pan.tasks that return TaskResult.ResultType
static TaskResult.ResultType TaskResult.ResultType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TaskResult.ResultType[] TaskResult.ResultType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.quattor.pan.tasks with parameters of type TaskResult.ResultType
Task(TaskResult.ResultType executorType, java.lang.String info, java.util.concurrent.Callable<T> callable)
           
TaskResult(TaskResult.ResultType type)
           
 



Copyright © 2011 Quattor. All Rights Reserved.