|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.gridbus.broker.xpml.XpmlInterpreter
This is the interpreter for app-description files (subclasses) ClassInterpreter
| Constructor Summary | |
XpmlInterpreter()
|
|
| Method Summary | |
java.util.Vector |
getJobs()
Gets the jobs defined in the parsed xml file. |
Requirement |
getNodeRequirements()
|
void |
process(org.dom4j.Document doc)
This method processes an xml app-description file: It iterates through each of the elements and invoke the appropriate method based on the element name (uses reflection). |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XpmlInterpreter()
| Method Detail |
public java.util.Vector getJobs()
getJobs in interface ClassInterpreterpublic void process(org.dom4j.Document doc)
process in interface ClassInterpreterdoc - public Requirement getNodeRequirements()
getNodeRequirements in interface ClassInterpreterClassInterpreter.getNodeRequirements()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||