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 classJtaTransactionInterceptor.TransactionException
-
Field Summary
Fields Modifier and Type Field Description protected static CommandLoggerLOGprotected ProcessEngineConfigurationImplprocessEngineConfigurationprotected booleanrequiresNewprotected javax.transaction.TransactionManagertransactionManager-
Fields inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
next
-
-
Constructor Summary
Constructors Constructor Description JtaTransactionInterceptor(javax.transaction.TransactionManager transactionManager, boolean requiresNew, ProcessEngineConfigurationImpl processEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Texecute(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 javax.transaction.TransactionManager transactionManager
-
requiresNew
protected final boolean requiresNew
-
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
-
-
Constructor Detail
-
JtaTransactionInterceptor
public JtaTransactionInterceptor(javax.transaction.TransactionManager transactionManager, boolean requiresNew, ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Detail
-
execute
public <T> T execute(Command<T> command)
-
-