g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.batch.IBatchJobInfo

Packages that use IBatchJobInfo
eu.geclipse.batch   
eu.geclipse.batch.ui.dialogs   
eu.geclipse.batch.ui.views   
eu.geclipse.batch.ui.wizards   
 

Uses of IBatchJobInfo in eu.geclipse.batch
 

Classes in eu.geclipse.batch that implement IBatchJobInfo
 class BatchJobInfo
          Class for holding information about a specific Grid job.
 

Methods in eu.geclipse.batch that return IBatchJobInfo
 IBatchJobInfo IBatchJobManager.addMerge(java.lang.String jobId, java.lang.String jobName, java.lang.String userAccount, java.lang.String timeUse, IBatchJobInfo.JobState status, java.lang.String queueName, IBatchService batchWrapper)
          Either add the following job if it doesn't exist or merge the state if it already exists.
 

Method parameters in eu.geclipse.batch with type arguments of type IBatchJobInfo
 void IBatchJobManager.removeOld(java.util.List<IBatchJobInfo> currentActiveJobs)
          Update our local state with the current state, by only keeping the active jobs.
 

Uses of IBatchJobInfo in eu.geclipse.batch.ui.dialogs
 

Constructors in eu.geclipse.batch.ui.dialogs with parameters of type IBatchJobInfo
BatchJobInfoDialog(IBatchJobInfo job, Shell parentShell)
          Construct a new info dialog from the specified job.
 

Uses of IBatchJobInfo in eu.geclipse.batch.ui.views
 

Methods in eu.geclipse.batch.ui.views that return IBatchJobInfo
 IBatchJobInfo BatchJobView.getSelectedJob()
          Get the currently selected job.
 

Methods in eu.geclipse.batch.ui.views that return types with arguments of type IBatchJobInfo
 java.util.List<IBatchJobInfo> BatchJobView.getSelectedJobs()
          Get a list of all currently selected tokens.
 

Uses of IBatchJobInfo in eu.geclipse.batch.ui.wizards
 

Constructor parameters in eu.geclipse.batch.ui.wizards with type arguments of type IBatchJobInfo
MoveJobWizard(eu.geclipse.batch.ui.internal.BatchJobManager manager, java.util.List<IBatchJobInfo> jobs)
          Argument constructor for this class.
 


g-Eclipse
Release 1.0.0