it.eng.spagobi.engines.talend.runtime
Interface IJobRunner
- All Known Implementing Classes:
- JavaJobRunner, PerlJobRunner
public interface IJobRunner
- Author:
- Andrea Gioia
Method Summary |
void |
run(Job job,
java.util.Map env)
Run. |
run
void run(Job job,
java.util.Map env)
throws JobNotFoundException,
ContextNotFoundException,
JobExecutionException
- Run.
- Parameters:
job
- the jobparameters
- the parametersauditAccessUtils
- the audit access utilsauditId
- the audit id
- Throws:
JobNotFoundException
- the job not found exception
ContextNotFoundException
- the context not found exception
JobExecutionException
- the job execution exception