org.camunda.bpm.engine.spring
Class SpringTransactionInterceptor

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

public class SpringTransactionInterceptor
extends CommandInterceptor

Author:
Dave Syer, Tom Baeyens

Field Summary
protected  org.springframework.transaction.PlatformTransactionManager transactionManager
           
protected  int transactionPropagation
           
 
Fields inherited from class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
next
 
Constructor Summary
SpringTransactionInterceptor(org.springframework.transaction.PlatformTransactionManager transactionManager, int transactionPropagation)
           
 
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
 

Field Detail

transactionManager

protected org.springframework.transaction.PlatformTransactionManager transactionManager

transactionPropagation

protected int transactionPropagation
Constructor Detail

SpringTransactionInterceptor

public SpringTransactionInterceptor(org.springframework.transaction.PlatformTransactionManager transactionManager,
                                    int transactionPropagation)
Method Detail

execute

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


Copyright © 2016 camunda services GmbH. All rights reserved.