public class JtaTransactionInterceptor extends CommandInterceptor
Modifier and Type | Class and Description |
---|---|
static class |
JtaTransactionInterceptor.TransactionException |
Modifier and Type | Field and Description |
---|---|
protected static CommandLogger |
LOG |
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
protected boolean |
requiresNew |
protected TransactionManager |
transactionManager |
next
Constructor and Description |
---|
JtaTransactionInterceptor(TransactionManager transactionManager,
boolean requiresNew,
ProcessEngineConfigurationImpl processEngineConfiguration) |
Modifier and Type | Method and Description |
---|---|
<T> T |
execute(Command<T> command) |
getNext, setNext
protected static final CommandLogger LOG
protected final TransactionManager transactionManager
protected final boolean requiresNew
protected ProcessEngineConfigurationImpl processEngineConfiguration
public JtaTransactionInterceptor(TransactionManager transactionManager, boolean requiresNew, ProcessEngineConfigurationImpl processEngineConfiguration)
public <T> T execute(Command<T> command)
Copyright © 2022. All rights reserved.