Class JobFailureCollector
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.JobFailureCollector
- All Implemented Interfaces:
CommandContextListener
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetJob()
getJobId()
void
onCommandContextClose
(CommandContext commandContext) void
onCommandFailed
(CommandContext commandContext, Throwable t) void
setFailedActivityId
(String activityId) void
setFailure
(Throwable failure) void
-
Field Details
-
failure
-
job
-
jobId
-
failedActivityId
-
-
Constructor Details
-
JobFailureCollector
-
-
Method Details
-
setFailure
-
getFailure
-
onCommandFailed
- Specified by:
onCommandFailed
in interfaceCommandContextListener
-
onCommandContextClose
- Specified by:
onCommandContextClose
in interfaceCommandContextListener
-
setJob
-
getJob
-
getJobId
-
getFailedActivityId
-
setFailedActivityId
-