g-Eclipse
Release 1.0.0

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

Packages that use IServiceJob
eu.geclipse.core.model   
eu.geclipse.servicejob.model   
eu.geclipse.servicejob.model.access   
eu.geclipse.servicejob.model.submittable.job   
eu.geclipse.servicejob.ui.properties   
eu.geclipse.servicejob.ui.providers   
eu.geclipse.servicejob.ui.views   
 

Uses of IServiceJob in eu.geclipse.core.model
 

Methods in eu.geclipse.core.model that return IServiceJob
 IServiceJob IServiceJobManager.getServiceJob(java.lang.String name, IGridProject project)
          Returns IServiceJob with the specified name in the specified project.
 

Methods in eu.geclipse.core.model that return types with arguments of type IServiceJob
 java.util.List<IServiceJob> IServiceJobManager.getServiceJobs()
          Returns all service jobs registered in the manager.
 

Methods in eu.geclipse.core.model with parameters of type IServiceJob
 void IServiceJobManager.addServiceJob(IServiceJob serviceJob)
          Adds specified service job to list of managed service job's of this manager.
 void IServiceJobStatusListener.statusChanged(IServiceJob serviceJob)
          Method invoked when status of the service job changes.
 

Uses of IServiceJob in eu.geclipse.servicejob.model
 

Classes in eu.geclipse.servicejob.model that implement IServiceJob
 class AbstractServiceJob
          An abstract, base implementation of IServiceJob interface.
 

Uses of IServiceJob in eu.geclipse.servicejob.model.access
 

Classes in eu.geclipse.servicejob.model.access that implement IServiceJob
 class GridAccessServiceJob
          Abstract implementation of base class for all service jobs that contact resources directly (e.g. through SSL connection) or accessing service job results from remote services (portals, databases, etc.).
 

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

Classes in eu.geclipse.servicejob.model.submittable.job that implement IServiceJob
 class AbstractSubmittableServiceJob
          Abstract class implementing basic IServiceJob methods for job based service jobs.
 

Uses of IServiceJob in eu.geclipse.servicejob.ui.properties
 

Constructors in eu.geclipse.servicejob.ui.properties with parameters of type IServiceJob
ServiceJobResultProperties(IServiceJob serviceJob)
          Creates instance of this class for given source object.
 

Uses of IServiceJob in eu.geclipse.servicejob.ui.providers
 

Methods in eu.geclipse.servicejob.ui.providers with parameters of type IServiceJob
 void DetailsContentProvider.changeRoot(IServiceJob newInput)
          Changes source of details which are provider by this content provider.
 void DetailsLabelProvider.changeRoot(IServiceJob newInput)
          Changes Operator's Job for which labels are provided by this labels provider.
 

Constructors in eu.geclipse.servicejob.ui.providers with parameters of type IServiceJob
DetailsContentProvider(IServiceJob root)
          Simple constructor.
 

Uses of IServiceJob in eu.geclipse.servicejob.ui.views
 

Methods in eu.geclipse.servicejob.ui.views with parameters of type IServiceJob
 void ServiceJobView.statusChanged(IServiceJob serviceJob)
           
 


g-Eclipse
Release 1.0.0