|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.jobexecutor.ExecuteJobHelper
public class ExecuteJobHelper
| Constructor Summary | |
|---|---|
ExecuteJobHelper()
|
|
| Method Summary | |
|---|---|
protected static FailedJobListener |
createFailedJobListener(CommandExecutor commandExecutor,
Throwable exception,
String jobId)
|
protected static SuccessfulJobListener |
createSuccessfulJobListener(CommandExecutor commandExecutor)
|
static void |
executeJob(String jobId,
CommandExecutor commandExecutor)
|
static void |
executeJob(String nextJobId,
CommandExecutor commandExecutor,
JobFailureCollector jobFailureCollector,
Command<Void> cmd)
|
protected static void |
handleJobFailure(String nextJobId,
JobFailureCollector jobFailureCollector,
Throwable exception)
|
protected static void |
invokeJobListener(CommandExecutor commandExecutor,
JobFailureCollector jobFailureCollector)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecuteJobHelper()
| Method Detail |
|---|
public static void executeJob(String jobId,
CommandExecutor commandExecutor)
public static void executeJob(String nextJobId,
CommandExecutor commandExecutor,
JobFailureCollector jobFailureCollector,
Command<Void> cmd)
protected static void invokeJobListener(CommandExecutor commandExecutor,
JobFailureCollector jobFailureCollector)
protected static void handleJobFailure(String nextJobId,
JobFailureCollector jobFailureCollector,
Throwable exception)
protected static FailedJobListener createFailedJobListener(CommandExecutor commandExecutor,
Throwable exception,
String jobId)
protected static SuccessfulJobListener createSuccessfulJobListener(CommandExecutor commandExecutor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||