org.camunda.bpm.engine.impl.interceptor
Class JtaTransactionInterceptor

java.lang.Object
  extended by org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
      extended by org.camunda.bpm.engine.impl.interceptor.JtaTransactionInterceptor
All Implemented Interfaces:
CommandExecutor

public class JtaTransactionInterceptor
extends CommandInterceptor

Author:
Guillaume Nodet

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
next
 
Constructor Summary
JtaTransactionInterceptor(TransactionManager transactionManager, boolean requiresNew)
           
 
Method Summary
<T> T
execute(Command<T> command)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JtaTransactionInterceptor

public JtaTransactionInterceptor(TransactionManager transactionManager,
                                 boolean requiresNew)
Method Detail

execute

public <T> T execute(Command<T> command)


Copyright © 2015 camunda services GmbH. All rights reserved.