org.activiti.engine.impl.interceptor
类 JtaTransactionInterceptor

java.lang.Object
  继承者 org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
      继承者 org.activiti.engine.impl.interceptor.JtaTransactionInterceptor
所有已实现的接口:
CommandInterceptor

public class JtaTransactionInterceptor
extends AbstractCommandInterceptor

作者:
Guillaume Nodet

字段摘要
 
从类 org.activiti.engine.impl.interceptor.AbstractCommandInterceptor 继承的字段
next
 
构造方法摘要
JtaTransactionInterceptor(TransactionManager transactionManager)
           
 
方法摘要
<T> T
execute(CommandConfig config, Command<T> command)
           
 
从类 org.activiti.engine.impl.interceptor.AbstractCommandInterceptor 继承的方法
getNext, setNext
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JtaTransactionInterceptor

public JtaTransactionInterceptor(TransactionManager transactionManager)
方法详细信息

execute

public <T> T execute(CommandConfig config,
                     Command<T> command)


Copyright © 2013 Alfresco. All rights reserved.