Class JtaTransactionInterceptor
- java.lang.Object
-
- org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
-
- org.camunda.bpm.engine.impl.interceptor.JtaTransactionInterceptor
-
- All Implemented Interfaces:
CommandExecutor
public class JtaTransactionInterceptor extends CommandInterceptor
- Author:
- Guillaume Nodet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JtaTransactionInterceptor.TransactionException
-
Field Summary
Fields Modifier and Type Field Description protected static CommandLogger
LOG
protected ProcessEngineConfigurationImpl
processEngineConfiguration
protected boolean
requiresNew
protected TransactionManager
transactionManager
-
Fields inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
next
-
-
Constructor Summary
Constructors Constructor Description JtaTransactionInterceptor(TransactionManager transactionManager, boolean requiresNew, ProcessEngineConfigurationImpl processEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
execute(Command<T> command)
-
Methods inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
getNext, setNext
-
-
-
-
Field Detail
-
LOG
protected static final CommandLogger LOG
-
transactionManager
protected final TransactionManager transactionManager
-
requiresNew
protected final boolean requiresNew
-
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
-
-
Constructor Detail
-
JtaTransactionInterceptor
public JtaTransactionInterceptor(TransactionManager transactionManager, boolean requiresNew, ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Detail
-
execute
public <T> T execute(Command<T> command)
-
-