Uses of Class
org.camunda.bpm.engine.impl.jobexecutor.JobFailureCollector
-
-
Uses of JobFailureCollector in org.camunda.bpm.container.impl.ejb
Methods in org.camunda.bpm.container.impl.ejb that return JobFailureCollector Modifier and Type Method Description JobFailureCollector
JobExecutionHandlerMDB. executeJob(java.lang.String job, CommandExecutor commandExecutor)
-
Uses of JobFailureCollector in org.camunda.bpm.container.impl.threading.ra.inflow
Methods in org.camunda.bpm.container.impl.threading.ra.inflow that return JobFailureCollector Modifier and Type Method Description JobFailureCollector
JobExecutionHandler. executeJob(java.lang.String job, CommandExecutor commandExecutor)
Methods in org.camunda.bpm.container.impl.threading.ra.inflow with parameters of type JobFailureCollector Modifier and Type Method Description protected void
JcaInflowExecuteJobsRunnable. executeJob(java.lang.String nextJobId, CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector)
-
Uses of JobFailureCollector in org.camunda.bpm.engine.impl.cmd
Fields in org.camunda.bpm.engine.impl.cmd declared as JobFailureCollector Modifier and Type Field Description protected JobFailureCollector
ExecuteJobsCmd. jobFailureCollector
Constructors in org.camunda.bpm.engine.impl.cmd with parameters of type JobFailureCollector Constructor Description ExecuteJobsCmd(java.lang.String jobId, JobFailureCollector jobFailureCollector)
-
Uses of JobFailureCollector in org.camunda.bpm.engine.impl.jobexecutor
Fields in org.camunda.bpm.engine.impl.jobexecutor declared as JobFailureCollector Modifier and Type Field Description protected JobFailureCollector
FailedJobListener. jobFailureCollector
Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type JobFailureCollector Modifier and Type Method Description protected static FailedJobListener
ExecuteJobHelper. createFailedJobListener(CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector)
static void
ExecuteJobHelper. executeJob(java.lang.String nextJobId, CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector, Command<java.lang.Void> cmd)
static void
ExecuteJobHelper. executeJob(java.lang.String nextJobId, CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector, Command<java.lang.Void> cmd, ProcessEngineConfigurationImpl configuration)
protected void
ExecuteJobsRunnable. executeJob(java.lang.String nextJobId, CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector)
Note: this is a hook to be overridden by org.camunda.bpm.container.impl.threading.ra.inflow.JcaInflowExecuteJobsRunnable.executeJob(String, CommandExecutor)protected static void
ExecuteJobHelper. handleJobFailure(java.lang.String nextJobId, JobFailureCollector jobFailureCollector, java.lang.Throwable exception)
protected static void
ExecuteJobHelper. invokeJobListener(CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector)
ProcessEngineException
JobExecutorLogger. wrapJobExecutionFailure(JobFailureCollector jobFailureCollector, java.lang.Throwable cause)
Constructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type JobFailureCollector Constructor Description FailedJobListener(CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector)
-