g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.core.model.IGridJobStatus

Packages that use IGridJobStatus
eu.geclipse.core   
eu.geclipse.core.jobs   
eu.geclipse.core.model   
eu.geclipse.servicejob.model.submittable.job   
 

Uses of IGridJobStatus in eu.geclipse.core
 

Methods in eu.geclipse.core with parameters of type IGridJobStatus
 void JobStatusUpdater.statusUpdated(IGridJobStatus newStatus)
          Used when job status was updated outside of the updater.
 

Uses of IGridJobStatus in eu.geclipse.core.jobs
 

Classes in eu.geclipse.core.jobs that implement IGridJobStatus
 class GridJobStatus
           
 

Methods in eu.geclipse.core.jobs that return IGridJobStatus
 IGridJobStatus GridJob.getJobStatus()
           
 IGridJobStatus ParametricJobService.getJobStatus(IGridJobID id, IVirtualOrganization vo, boolean fullStatus, IProgressMonitor progressMonitor)
           
 IGridJobStatus GridJob.updateJobStatus(IProgressMonitor progressMonitor, boolean fullStatus)
           
 

Uses of IGridJobStatus in eu.geclipse.core.model
 

Methods in eu.geclipse.core.model that return IGridJobStatus
 IGridJobStatus IGridJob.getJobStatus()
          Gets the current status of this job, without contacting the services.
 IGridJobStatus IGridJobService.getJobStatus(IGridJobID id, IVirtualOrganization vo, boolean fullStatus, IProgressMonitor monitor)
          Queries the service about the job's status.
 IGridJobStatus IGridJob.updateJobStatus(IProgressMonitor monitor, boolean fullStatus)
          Updates the job status.
 

Methods in eu.geclipse.core.model with parameters of type IGridJobStatus
 void IGridJobManager.jobStatusChanged(IGridJob job, IGridJobStatus oldStatus)
          Tells updater of the given job that status has been updated externally (i.e. job status wasn't updated in job status updater).
 

Uses of IGridJobStatus in eu.geclipse.servicejob.model.submittable.job
 

Methods in eu.geclipse.servicejob.model.submittable.job with parameters of type IGridJobStatus
abstract  void AbstractSubmittableServiceJob.computeJobResult(IGridJobID jobID, IGridJobStatus jobStatus)
          This method is invoked by service job updater when one of the running jobs is finished.
 


g-Eclipse
Release 1.0.0