org.activiti.engine.impl.cfg.jta
类 JtaTransactionContextFactory

java.lang.Object
  继承者 org.activiti.engine.impl.cfg.jta.JtaTransactionContextFactory
所有已实现的接口:
TransactionContextFactory

public class JtaTransactionContextFactory
extends Object
implements TransactionContextFactory

作者:
Daniel Meyer

字段摘要
protected  TransactionManager transactionManager
           
 
构造方法摘要
JtaTransactionContextFactory(TransactionManager transactionManager)
           
 
方法摘要
 TransactionContext openTransactionContext(CommandContext commandContext)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

transactionManager

protected final TransactionManager transactionManager
构造方法详细信息

JtaTransactionContextFactory

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

openTransactionContext

public TransactionContext openTransactionContext(CommandContext commandContext)
指定者:
接口 TransactionContextFactory 中的 openTransactionContext


Copyright © 2013 Alfresco. All rights reserved.