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.
 

Method Detail

run

void run(Job job,
         java.util.Map env)
         throws JobNotFoundException,
                ContextNotFoundException,
                JobExecutionException
Run.

Parameters:
job - the job
parameters - the parameters
auditAccessUtils - the audit access utils
auditId - the audit id
Throws:
JobNotFoundException - the job not found exception
ContextNotFoundException - the context not found exception
JobExecutionException - the job execution exception