Class ExecuteTaskListenerTransactionListener
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.listener.ExecuteTaskListenerTransactionListener
-
- All Implemented Interfaces:
TransactionListener
public class ExecuteTaskListenerTransactionListener extends java.lang.Object implements TransactionListener
ATransactionListenerthat invokes anExecutionListener.
-
-
Field Summary
Fields Modifier and Type Field Description protected TransactionDependentTaskListenerlistenerprotected TransactionDependentTaskListenerExecutionScopescope
-
Constructor Summary
Constructors Constructor Description ExecuteTaskListenerTransactionListener(TransactionDependentTaskListener listener, TransactionDependentTaskListenerExecutionScope scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(CommandContext commandContext)
-
-
-
Field Detail
-
listener
protected TransactionDependentTaskListener listener
-
scope
protected TransactionDependentTaskListenerExecutionScope scope
-
-
Constructor Detail
-
ExecuteTaskListenerTransactionListener
public ExecuteTaskListenerTransactionListener(TransactionDependentTaskListener listener, TransactionDependentTaskListenerExecutionScope scope)
-
-
Method Detail
-
execute
public void execute(CommandContext commandContext)
- Specified by:
executein interfaceTransactionListener
-
-