|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sdt.dist.Program
Abstract representation of a distributed program.
Constructor Summary | |
Program()
|
Method Summary | |
Job |
addJob(Task obj,
Result r,
java.lang.String task_name,
java.lang.String result_name)
This method adds a specified task to the "pool of tasks " |
void |
block(Job j)
This method is called to wait for the evaluation of a particular job to be completed. |
abstract java.lang.Object |
run(boolean distributed)
This method implements the actual steps of the program. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Program()
Method Detail |
public abstract java.lang.Object run(boolean distributed)
public Job addJob(Task obj, Result r, java.lang.String task_name, java.lang.String result_name)
public void block(Job j)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |