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

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

public class JavaJobRunner
extends java.lang.Object
implements IJobRunner


Field Summary
static java.lang.String DEFAULT_CONTEXT
           
 
Method Summary
 java.lang.String getCalssPath(Job job)
           
 void run(Job job, java.util.Map parameters)
           
 
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
Specified by:
run in interface IJobRunner
Throws:
JobNotFoundException
ContextNotFoundException
JobExecutionException

getCalssPath

public java.lang.String getCalssPath(Job job)