g-Eclipse
Release 1.0.0

eu.geclipse.ui.wizards.jobsubmission
Class WrapperInitObject

java.lang.Object
  extended by eu.geclipse.ui.wizards.jobsubmission.WrapperInitObject

public class WrapperInitObject
extends java.lang.Object

Wrapper class for all initialization data that has to be passed to JobSubmissionWizardBase objects. This class contains IGridJobDescriptions to submit and list of names and location where jobs should be created.


Method Summary
 IResource getDestinationFolder()
           
 java.util.List<IGridJobDescription> getJobDescriptions()
          Method to access list of job descriptions to submit.
 java.util.List<java.lang.String> getJobNames()
          Method to access list of names under which newly created jobs (after submission) should be saved.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJobDescriptions

public java.util.List<IGridJobDescription> getJobDescriptions()
Method to access list of job descriptions to submit.

Returns:
list of job descriptions to submit

getJobNames

public java.util.List<java.lang.String> getJobNames()
Method to access list of names under which newly created jobs (after submission) should be saved. This list is ordered in a way that it reflects sequence of job descriptions objects (returned by getJobDescriptions() (it is guaranteed that 1st name in this list is name for 1st on job description list, 2nd name is for 2nd job description, and so on...)

Returns:
list of names under which job descriptions at corresponding position in list

getDestinationFolder

public IResource getDestinationFolder()

g-Eclipse
Release 1.0.0