Package | Description |
---|---|
edu.isi.pegasus.planner.invocation | |
edu.isi.pegasus.planner.parser |
Modifier and Type | Method and Description |
---|---|
private int |
SimpleServer.determineExitStatus(InvocationRecord ivr)
Determines the exit code of an invocation record.
|
Modifier and Type | Field and Description |
---|---|
private InvocationRecord |
InvocationParser.m_result
Holds the result, will be overwritten by each invocation of parse().
|
Modifier and Type | Method and Description |
---|---|
InvocationRecord |
InvocationParser.parse(InputStream reader)
This function parses a XML source from an InputStream source, and
creates java class instances that correspond to different elements
in the XML source.
|
InvocationRecord |
InvocationParser.parse(Reader reader)
This function parses a XML source from the new Reader source, and
creates java class instances that correspond to different elements
in the XML source.
|