org.activiti.engine.impl.cfg.standalone
类 StandaloneMybatisTransactionContext

java.lang.Object
  继承者 org.activiti.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
所有已实现的接口:
TransactionContext

public class StandaloneMybatisTransactionContext
extends Object
implements TransactionContext

作者:
Tom Baeyens

字段摘要
protected  CommandContext commandContext
           
protected  Map<TransactionState,List<TransactionListener>> stateTransactionListeners
           
 
构造方法摘要
StandaloneMybatisTransactionContext(CommandContext commandContext)
           
 
方法摘要
 void addTransactionListener(TransactionState transactionState, TransactionListener transactionListener)
           
 void commit()
           
protected  void fireTransactionEvent(TransactionState transactionState)
           
 void rollback()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

commandContext

protected CommandContext commandContext

stateTransactionListeners

protected Map<TransactionState,List<TransactionListener>> stateTransactionListeners
构造方法详细信息

StandaloneMybatisTransactionContext

public StandaloneMybatisTransactionContext(CommandContext commandContext)
方法详细信息

addTransactionListener

public void addTransactionListener(TransactionState transactionState,
                                   TransactionListener transactionListener)
指定者:
接口 TransactionContext 中的 addTransactionListener

commit

public void commit()
指定者:
接口 TransactionContext 中的 commit

fireTransactionEvent

protected void fireTransactionEvent(TransactionState transactionState)

rollback

public void rollback()
指定者:
接口 TransactionContext 中的 rollback


Copyright © 2013 Alfresco. All rights reserved.