|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.tasks.TaskResult
public class TaskResult
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.
| 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 |
|---|
public final TaskResult.ResultType type
| Constructor Detail |
|---|
public TaskResult(TaskResult.ResultType type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||