it.eng.spagobi.engines.talend.runtime
Class JavaJobRunner
java.lang.Object
it.eng.spagobi.engines.talend.runtime.JavaJobRunner
- All Implemented Interfaces:
- IJobRunner
public class JavaJobRunner
- extends java.lang.Object
- implements IJobRunner
- Author:
- Andrea Gioia
Method Summary |
java.lang.String |
getClassPath(Job job)
|
void |
run(Job job,
java.util.Map parameters,
it.eng.spagobi.utilities.callbacks.audit.AuditAccessUtils auditAccessUtils,
java.lang.String auditId)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CONTEXT
public static final java.lang.String DEFAULT_CONTEXT
- See Also:
- Constant Field Values
run
public void run(Job job,
java.util.Map parameters,
it.eng.spagobi.utilities.callbacks.audit.AuditAccessUtils auditAccessUtils,
java.lang.String auditId)
throws JobNotFoundException,
ContextNotFoundException,
JobExecutionException
- Specified by:
run
in interface IJobRunner
- Throws:
JobNotFoundException
ContextNotFoundException
JobExecutionException
getClassPath
public java.lang.String getClassPath(Job job)