|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.plan.ClassInterpreter
org.gridbus.broker.plan.PlanInterpreter
This is the interpreter for plan files (subclasses) ClassInterpreter
| Constructor Summary | |
PlanInterpreter()
|
|
| Method Summary | |
java.util.Vector |
getConstVars()
Gets the list of constant variables defined in the parsed xml file. |
Task |
getFinishTask()
Gets the "rootfinish" task and associated commands defined in the parsed xml file. |
java.util.Vector |
getJobs()
Gets the jobs defined in the parsed xml file. |
java.util.Vector |
getListVars()
Gets the list of list type variables defined in the parsed xml file. |
Task |
getStartTask()
Gets the "nodestart" task and associated commands defined in the parsed xml file. |
java.util.Vector |
jobPermuter(java.util.Hashtable indexTracker)
Returns a vector of job combinations |
void |
printJobs()
Prints the details of the jobs defined in the parsed xml file. |
void |
process(org.dom4j.Document doc)
This method processes an xml plan file |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PlanInterpreter()
| Method Detail |
public java.util.Vector getJobs()
public java.util.Vector getListVars()
public java.util.Vector getConstVars()
public Task getStartTask()
public Task getFinishTask()
public void printJobs()
public void process(org.dom4j.Document doc)
process in class ClassInterpreterdoc - public java.util.Vector jobPermuter(java.util.Hashtable indexTracker)
indexTracker -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||