org.jboss.aspects.tx
Class TransactionManagerInjector

java.lang.Object
  extended by 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.4.3 $
Author:
Bill Burke

Constructor Summary
TransactionManagerInjector()
           
 
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
 

Constructor Detail

TransactionManagerInjector

public TransactionManagerInjector()
Method Detail

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.