Class ExecuteExecutionListenerTransactionListener
java.lang.Object
org.flowable.engine.impl.bpmn.listener.ExecuteExecutionListenerTransactionListener
- All Implemented Interfaces:
TransactionListener
public class ExecuteExecutionListenerTransactionListener
extends Object
implements TransactionListener
A
TransactionListener that invokes an ExecutionListener.- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommandExecutorprotected TransactionDependentExecutionListener -
Constructor Summary
ConstructorsConstructorDescriptionExecuteExecutionListenerTransactionListener(TransactionDependentExecutionListener listener, TransactionDependentExecutionListenerExecutionScope scope, CommandExecutor commandExecutor) -
Method Summary
-
Field Details
-
listener
-
scope
-
commandExecutor
-
-
Constructor Details
-
ExecuteExecutionListenerTransactionListener
public ExecuteExecutionListenerTransactionListener(TransactionDependentExecutionListener listener, TransactionDependentExecutionListenerExecutionScope scope, CommandExecutor commandExecutor)
-
-
Method Details
-
execute
- Specified by:
executein interfaceTransactionListener
-