站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


Uses of Class
org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo

Packages that use TransactionAspectSupport.TransactionInfo
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation. 
 

Uses of TransactionAspectSupport.TransactionInfo in org.springframework.transaction.interceptor
 

Methods in org.springframework.transaction.interceptor that return TransactionAspectSupport.TransactionInfo
protected  TransactionAspectSupport.TransactionInfo TransactionAspectSupport.createTransactionIfNecessary(Method method, Class targetClass)
          Create a transaction if necessary.
protected static TransactionAspectSupport.TransactionInfo TransactionAspectSupport.currentTransactionInfo()
          Subclasses can use this to return the current TransactionInfo.
 

Methods in org.springframework.transaction.interceptor with parameters of type TransactionAspectSupport.TransactionInfo
protected  void TransactionAspectSupport.doCloseTransactionAfterThrowing(TransactionAspectSupport.TransactionInfo txInfo, Throwable ex)
          Handle a throwable, closing out the transaction.
protected  void TransactionAspectSupport.doCommitTransactionAfterReturning(TransactionAspectSupport.TransactionInfo txInfo)
          Execute after successful completion of call, but not after an exception was handled.
protected  void TransactionAspectSupport.doFinally(TransactionAspectSupport.TransactionInfo txInfo)
          Call this in all cases: exception or normal return.
 



Copyright (c) 2002-2007 The Spring Framework Project.