final class ParNode extends Node
unconstructedname, nameParSep, param, parent| Constructor and Description |
|---|
ParNode(Node parent,
java.lang.String name,
java.lang.String param,
boolean inParallel) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isParameterized() |
protected boolean |
postPrep()
Precess the results of preparation jobs after all its current active
children are finished.
|
protected void |
prePrep()
Initial setup of the child jobs.
|
advance, dumpMore, dumpMoreFurther, postSuccess, terminatedebugDump, extractTaskName, fetchAncestry, getLevel, getName, getParam, getStatus, hasSucceededLast, ignore, kill, markFail, toString, updateStatusParNode(Node parent, java.lang.String name, java.lang.String param, boolean inParallel) throws java.lang.Exception
parent - The parent job.name - The name of the job.inParallel - If true, the child jobs of this Node will run in
parallel. Otherwise, they will run in sequence.param - Job parameter.java.lang.Exceptionprotected void prePrep()
Nodeprotected boolean postPrep()
throws java.lang.Exception
Nodeprotected final boolean isParameterized()
isParameterized in class NodeCopyright © 2006-2015 Heng Sun.