g-Eclipse
Release 1.0.0

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

Packages that use IGridJob
eu.geclipse.core   
eu.geclipse.core.jobs   
eu.geclipse.core.model   
eu.geclipse.ui.properties   
eu.geclipse.ui.views   
eu.geclipse.ui.views.jobdetails   
 

Uses of IGridJob in eu.geclipse.core
 

Methods in eu.geclipse.core that return IGridJob
 IGridJob JobStatusUpdater.getJob()
           
 

Constructors in eu.geclipse.core with parameters of type IGridJob
JobStatusUpdater(IGridJob job)
          Constructor
 

Uses of IGridJob in eu.geclipse.core.jobs
 

Classes in eu.geclipse.core.jobs that implement IGridJob
 class GridJob
          Class representing submitted job.
 

Methods in eu.geclipse.core.jobs that return IGridJob
 IGridJob GridJobCreator.create(IGridContainer parent, IGridJobID id, IGridJobService jobService, java.lang.String jobName)
           
 IGridJob ParametricJobService.createParamJobStructure(JSDLJobDescription jsdl, IGridContainer parent, java.lang.String jobName)
           
 

Uses of IGridJob in eu.geclipse.core.model
 

Methods in eu.geclipse.core.model that return IGridJob
 IGridJob IGridJobCreator.create(IGridContainer parent, IGridJobID id, IGridJobService jobService, java.lang.String jobName)
          Creates GridJob and add this to GridProjectView.
 

Methods in eu.geclipse.core.model with parameters of type IGridJob
 void IGridJobManager.addJobStatusListener(IGridJob[] jobs, int status, IGridJobStatusListener listener)
           
 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).
 void IGridJobManager.removeJobStatusListener(IGridJob[] jobs, IGridJobStatusListener listener)
           
 void IGridJobManager.removeJobStatusUpdater(IGridJob job, boolean waitForUpdater, IProgressMonitor monitor)
          Cancel current operation in job status updater and remove it from job scheduler
 void IGridJobStatusListener.statusChanged(IGridJob job)
          Called when job status is changed.
 void IGridJobStatusListener.statusUpdated(IGridJob job)
          Called after every update of job status, even if status wasn't changed during update.
 

Method parameters in eu.geclipse.core.model with type arguments of type IGridJob
 void IGridJobManager.updateJobsStatus(java.util.ArrayList<IGridJob> selectedJobs)
          Tells updaters of the given jobs to update statues of the jobs.
 

Uses of IGridJob in eu.geclipse.ui.properties
 

Constructors in eu.geclipse.ui.properties with parameters of type IGridJob
GridJobSource(IGridJob gridJob)
           
 

Uses of IGridJob in eu.geclipse.ui.views
 

Methods in eu.geclipse.ui.views with parameters of type IGridJob
 void GridJobView.statusChanged(IGridJob job)
           
 void GridProjectView.statusChanged(IGridJob job)
           
 void GridJobView.statusUpdated(IGridJob job)
           
 void GridProjectView.statusUpdated(IGridJob job)
           
 

Uses of IGridJob in eu.geclipse.ui.views.jobdetails
 

Methods in eu.geclipse.ui.views.jobdetails that return IGridJob
 IGridJob IJobDetailsSection.getInputJob()
           
 IGridJob JobDetailsView.getInputJob()
           
 IGridJob IViewConfiguration.getInputJob()
           
 IGridJob JobDetailsSection.getInputJob()
           
 

Methods in eu.geclipse.ui.views.jobdetails with parameters of type IGridJob
 java.util.List<IJobDetail> GridJobDetailsFactory.getDetails(IGridJob gridJob, JobDetailSectionsManager sectionManager)
           
 java.util.List<IJobDetail> IJobDetailsFactory.getDetails(IGridJob gridJob, JobDetailSectionsManager sectionManager)
          Returns details, which potentially can be obtained from passed gridJob.
 void IJobDetailsSection.refresh(IGridJob gridJob, Composite parent)
          Refresh all items in section using gridJob.
 void JobDetailsSection.refresh(IGridJob gridJob, Composite parent)
           
 boolean JobDetail.refresh(IGridJob gridJob, Composite parent, IViewConfiguration viewConfiguration)
           
 boolean IJobDetail.refresh(IGridJob gridJob, Composite parent, IViewConfiguration viewConfiguration)
           
 boolean GridJobDetailsFactory.shouldUpdateJobStatus(IGridJob gridJob)
           
 boolean IJobDetailsFactory.shouldUpdateJobStatus(IGridJob gridJob)
           
 void JobDetailsView.statusChanged(IGridJob job)
           
 void JobDetailsView.statusUpdated(IGridJob job)
           
 


g-Eclipse
Release 1.0.0