org.jboss.aspects.tx
Class TransactionInjector

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

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

Constructor Detail

TransactionInjector

public TransactionInjector()
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


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