g-Eclipse
Release 1.0.0

eu.geclipse.batch.ui.wizards
Class MoveJobWizard

java.lang.Object
  extended by Wizard
      extended by eu.geclipse.batch.ui.wizards.MoveJobWizard

public class MoveJobWizard
extends Wizard

A wizard to move a job to another batch service and/or queue.


Constructor Summary
MoveJobWizard(eu.geclipse.batch.ui.internal.BatchJobManager manager, java.util.List<IBatchJobInfo> jobs)
          Argument constructor for this class.
 
Method Summary
 void addPages()
           
 boolean canFinish()
           
 IGridProject getGridProject()
          Returns the grid project
 java.lang.String getWindowTitle()
           
 void init(IWorkbench workbench, IStructuredSelection sel)
           
 void moveJob()
          Moves a job if the user have the rights, if not an error dialog is displayed
 boolean performFinish()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveJobWizard

public MoveJobWizard(eu.geclipse.batch.ui.internal.BatchJobManager manager,
                     java.util.List<IBatchJobInfo> jobs)
Argument constructor for this class.

Parameters:
manager - Provides access to the manager of batch jobs
jobs - The jobs to be moved
Method Detail

performFinish

public boolean performFinish()

canFinish

public boolean canFinish()

init

public void init(IWorkbench workbench,
                 IStructuredSelection sel)

getGridProject

public IGridProject getGridProject()
Returns the grid project

Returns:
IGridProject if exists, null otherwise

addPages

public void addPages()

getWindowTitle

public java.lang.String getWindowTitle()

moveJob

public void moveJob()
Moves a job if the user have the rights, if not an error dialog is displayed


g-Eclipse
Release 1.0.0