public class ExecuteExecutionListenerTransactionListener extends Object implements TransactionListener
TransactionListener that invokes an ExecutionListener.| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
commandExecutor |
protected TransactionDependentExecutionListener |
listener |
protected TransactionDependentExecutionListenerExecutionScope |
scope |
| Constructor and Description |
|---|
ExecuteExecutionListenerTransactionListener(TransactionDependentExecutionListener listener,
TransactionDependentExecutionListenerExecutionScope scope,
CommandExecutor commandExecutor) |
protected TransactionDependentExecutionListener listener
protected TransactionDependentExecutionListenerExecutionScope scope
protected CommandExecutor commandExecutor
public ExecuteExecutionListenerTransactionListener(TransactionDependentExecutionListener listener, TransactionDependentExecutionListenerExecutionScope scope, CommandExecutor commandExecutor)
public void execute(CommandContext commandContext)
execute in interface TransactionListenerCopyright © 2018 Flowable. All rights reserved.