站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 aspects API Documentation 英文版文档

org.jboss.aspects.tx (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档


Package org.jboss.aspects.tx

Interface Summary
Tx  
TxLocal This is an aspect-oriented annotation and triggers certain behavior.
 

Class Summary
ClientTxPropagationInterceptor Comment
TransactionInjector This aspect should be scoped PER_JOINPOINT It allows a field to be like a ThreadLocal
TransactionLocalAspect This aspect should be scoped PER_JOINPOINT It allows a field to have the value of itself pertain to the current transaction.
TransactionManagerInjector This aspect should be scoped PER_JOINPOINT It allows a field to be like a ThreadLocal
TxInterceptor This interceptor handles transactions for AOP
TxInterceptorFactory This interceptor handles transactions for AOP
TxPropagationInterceptor Comment
TxSupport TxSupport.java encapsulates the transaction handling possibilities from the ejb spec.
TxSupport.Mandatory  
TxSupport.Never  
TxSupport.NotSupported  
TxSupport.Required  
TxSupport.RequiresNew  
TxSupport.Supports  
TxType  
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.