| Package | Description |
|---|---|
| net.sourceforge.jobman |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BasicNode |
(package private) class |
CaseNode |
(package private) class |
DepNode |
(package private) class |
Exec |
(package private) class |
Leaf
An object of this class executes a job in a separate process.
|
(package private) class |
Node
This class represent a job with child jobs.
|
(package private) class |
Param |
(package private) class |
ParNode
This class represent a parent with parameterized children.
|
class |
Range |
| Modifier and Type | Field and Description |
|---|---|
private static Task |
JobMan.topJob |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Task> |
Node.activeChildren
The vector of active children, those child jobs to be run or being run.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static Task |
Assembler.assembleTask(Node parent,
java.lang.String childName,
java.lang.String param)
Construct a Task object.
|
(package private) static Task |
Assembler.assembleTask(java.lang.String taskName)
Construct the top level job.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.io.File |
Logger.getPathByExtension(Task t,
java.lang.String ext) |
(package private) static void |
JobMan.kill(Task t,
java.lang.Exception e) |
(package private) static void |
JobMan.kill(Task t,
java.lang.String s) |
(package private) static void |
JobMan.kill(Task t,
java.lang.String s,
java.lang.Exception e)
Try to kill the whole program.
|
(package private) static void |
Logger.logSuccess(Task t)
Log success message into the task log file.
|
(package private) static void |
Logger.report(Task t) |
(package private) static Status |
Logger.taskStatus(Task t)
Scan the log and the err files to see if the task has completed
successfully.
|
(package private) static void |
Assembler.update(Task t) |
(package private) static void |
Logger.writePar(Task sh,
java.lang.String param) |
(package private) static void |
Logger.writePar(Task sh,
java.lang.String[] param) |
Copyright © 2006-2015 Heng Sun.