Class JobAddedTransactionListener
- java.lang.Object
-
- org.flowable.job.service.impl.asyncexecutor.JobAddedTransactionListener
-
- All Implemented Interfaces:
TransactionListener
public class JobAddedTransactionListener extends Object implements TransactionListener
- Author:
- Tijs Rademakers, Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected AsyncExecutorasyncExecutorprotected CommandExecutorcommandExecutorprotected JobInfojob
-
Constructor Summary
Constructors Constructor Description JobAddedTransactionListener(JobInfo job, AsyncExecutor asyncExecutor, CommandExecutor commandExecutor)
-
-
-
Field Detail
-
job
protected JobInfo job
-
asyncExecutor
protected AsyncExecutor asyncExecutor
-
commandExecutor
protected CommandExecutor commandExecutor
-
-
Constructor Detail
-
JobAddedTransactionListener
public JobAddedTransactionListener(JobInfo job, AsyncExecutor asyncExecutor, CommandExecutor commandExecutor)
-
-
Method Detail
-
execute
public void execute(CommandContext commandContext)
- Specified by:
executein interfaceTransactionListener
-
-