Class JtaTransactionInterceptor
- java.lang.Object
-
- org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
-
- org.activiti.engine.impl.interceptor.JtaTransactionInterceptor
-
- All Implemented Interfaces:
CommandInterceptor
public class JtaTransactionInterceptor extends AbstractCommandInterceptor
-
-
Field Summary
-
Fields inherited from class org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
next
-
-
Constructor Summary
Constructors Constructor Description JtaTransactionInterceptor(javax.transaction.TransactionManager transactionManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Texecute(CommandConfig config, Command<T> command)-
Methods inherited from class org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
getNext, setNext
-
-
-
-
Method Detail
-
execute
public <T> T execute(CommandConfig config, Command<T> command)
-
-