g-Eclipse
Release 1.0.0

eu.geclipse.servicejob.model.submittable.job
Class ServiceJobUpdater

java.lang.Object
  extended by Job
      extended by eu.geclipse.servicejob.model.submittable.job.ServiceJobUpdater

public class ServiceJobUpdater
extends Job

Updater for the job based service jobs.


Constructor Summary
ServiceJobUpdater(java.lang.String name, AbstractSubmittableServiceJob serviceJob)
          Constructor of the ServiceJobUpdater class.
 
Method Summary
 void addSubJobs(java.util.List<IGridJobID> jobIDsToAdd)
          Method adds new jobIDs for the updater to check.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceJobUpdater

public ServiceJobUpdater(java.lang.String name,
                         AbstractSubmittableServiceJob serviceJob)
Constructor of the ServiceJobUpdater class.

Parameters:
name - Name of the updater.
serviceJob - Parent service job for this updater.
Method Detail

addSubJobs

public void addSubJobs(java.util.List<IGridJobID> jobIDsToAdd)
Method adds new jobIDs for the updater to check.

Parameters:
jobIDsToAdd - IDs of the jobs to be checked by this updater.

g-Eclipse
Release 1.0.0