it.eng.spagobi.engines.talend.runtime
Class PerlJobRunner

java.lang.Object
  extended by it.eng.spagobi.engines.talend.runtime.PerlJobRunner
All Implemented Interfaces:
IJobRunner

public class PerlJobRunner
extends java.lang.Object
implements IJobRunner


Field Summary
static java.lang.String DEFAULT_CONTEXT
           
 
Method Summary
 void run(Job job, java.util.Map parameters)
          Run.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CONTEXT

public static final java.lang.String DEFAULT_CONTEXT
See Also:
Constant Field Values
Method Detail

run

public void run(Job job,
                java.util.Map parameters)
         throws JobNotFoundException,
                ContextNotFoundException,
                JobExecutionException
Description copied from interface: IJobRunner
Run.

Specified by:
run in interface IJobRunner
Parameters:
job - the job
Throws:
JobNotFoundException - the job not found exception
ContextNotFoundException - the context not found exception
JobExecutionException - the job execution exception