|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gridbus.broker.xpml.XpmlInterpreter
public class XpmlInterpreter
This is the interpreter for app-description files (subclasses) ClassInterpreter
Constructor Summary | |
---|---|
XpmlInterpreter()
|
Method Summary | |
---|---|
java.util.Vector |
getDataFileList()
|
java.util.Hashtable |
getDataHostTable()
|
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). |
void |
setServices(java.util.Vector services)
Information / other services needed during data discovery. |
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 ClassInterpreter
public void process(org.dom4j.Document doc)
process
in interface ClassInterpreter
doc
- public Requirement getNodeRequirements()
getNodeRequirements
in interface ClassInterpreter
ClassInterpreter.getNodeRequirements()
public java.util.Vector getDataFileList()
getDataFileList
in interface ClassInterpreter
org.gridbus.broker.xpml.ClassInterpreter#getDataFileURLs()
public void setServices(java.util.Vector services)
setServices
in interface ClassInterpreter
services
- public java.util.Hashtable getDataHostTable()
getDataHostTable
in interface ClassInterpreter
ClassInterpreter.getDataHostTable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |