Uses of Class
edu.isi.pegasus.planner.invocation.InvocationRecord
-
Packages that use InvocationRecord Package Description edu.isi.pegasus.planner.invocation edu.isi.pegasus.planner.parser -
-
Uses of InvocationRecord in edu.isi.pegasus.planner.invocation
Methods in edu.isi.pegasus.planner.invocation with parameters of type InvocationRecord Modifier and Type Method Description private intSimpleServer. determineExitStatus(InvocationRecord ivr)Determines the exit code of an invocation record. -
Uses of InvocationRecord in edu.isi.pegasus.planner.parser
Fields in edu.isi.pegasus.planner.parser declared as InvocationRecord Modifier and Type Field Description private InvocationRecordInvocationParser. m_resultHolds the result, will be overwritten by each invocation of parse().Methods in edu.isi.pegasus.planner.parser that return InvocationRecord Modifier and Type Method Description InvocationRecordInvocationParser. parse(java.io.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.InvocationRecordInvocationParser. parse(java.io.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.
-