Uses of Class
org.glite.wmsui.apij.Job

Uses of Job in org.glite.wmsui.apij
 

Methods in org.glite.wmsui.apij that return Job
 Job Job.copy()
          Create a copy of the Job, including its private JobId and JobAd members information
 

Methods in org.glite.wmsui.apij with parameters of type Job
 boolean JobCollection.contains(Job job)
          Test wheter the specified job is already present in the collection
 void JobCollection.insert(Job job)
          Insert a new Job to the collection
 void JobCollection.remove(Job job)
          Remove a specified Job from the collection Delete the specified job from the collection (if the id has been set) Delete the last occurrence of the job from the collection (if the ad has not been set)
 boolean Job.equals(Job job)
          Check if two Job objects are the same, i.e have the same JobId
 

Constructors in org.glite.wmsui.apij with parameters of type Job
JobCollection(Job job, int n)
          Instantiates a collection with n copies of a job (the Job has to be of JOB__AD type)
JobCollection(Job[] jobs)
          Instantiates a JobCollection object from an array of Job