Uses of Class
edu.isi.pegasus.planner.invocation.InvocationRecord

Packages that use InvocationRecord
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
private  int SimpleServer.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
private  InvocationRecord InvocationParser.m_result
          Holds the result, will be overwritten by each invocation of parse().
 

Methods in edu.isi.pegasus.planner.parser that return InvocationRecord
 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.
 



Copyright © 2011 The University of Southern California. All Rights Reserved.