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