Class FailedJobListener
java.lang.Object
org.flowable.job.service.impl.asyncexecutor.FailedJobListener
- All Implemented Interfaces:
CommandContextCloseListener
- Author:
- Frederik Heremans, Saeid Mirzaei, Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommandExecutorprotected Jobprotected JobServiceConfiguration -
Constructor Summary
ConstructorsConstructorDescriptionFailedJobListener(CommandExecutor commandExecutor, Job job, JobServiceConfiguration jobServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidafterSessionsFlush(CommandContext commandContext) voidclosed(CommandContext context) voidcloseFailure(CommandContext commandContext) voidclosing(CommandContext commandContext) booleanorder()
-
Field Details
-
commandExecutor
-
job
-
jobServiceConfiguration
-
-
Constructor Details
-
FailedJobListener
public FailedJobListener(CommandExecutor commandExecutor, Job job, JobServiceConfiguration jobServiceConfiguration)
-
-
Method Details
-
closing
- Specified by:
closingin interfaceCommandContextCloseListener
-
afterSessionsFlush
- Specified by:
afterSessionsFlushin interfaceCommandContextCloseListener
-
closed
- Specified by:
closedin interfaceCommandContextCloseListener
-
closeFailure
- Specified by:
closeFailurein interfaceCommandContextCloseListener
-
order
- Specified by:
orderin interfaceCommandContextCloseListener
-
multipleAllowed
public boolean multipleAllowed()- Specified by:
multipleAllowedin interfaceCommandContextCloseListener
-