当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
TransactionInjector (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
org.jboss.aspects.tx
Class TransactionInjector
java.lang.Object
org.jboss.aspects.tx.TransactionInjector
- public class TransactionInjector
- extends Object
This aspect should be scoped PER_JOINPOINT
It allows a field to be like a ThreadLocal
- Version:
- $Revision: 1.2 $
- Author:
- Bill Burke
Method Summary |
Object |
access(org.jboss.aop.joinpoint.FieldReadInvocation invocation)
|
Object |
access(org.jboss.aop.joinpoint.FieldWriteInvocation invocation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionInjector
public TransactionInjector()
access
public Object access(org.jboss.aop.joinpoint.FieldReadInvocation invocation)
throws Throwable
- Throws:
Throwable
access
public Object access(org.jboss.aop.joinpoint.FieldWriteInvocation invocation)
throws Throwable
- Throws:
Throwable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.