jodd.jtx.proxy
Class AnnotationTxAdviceSupport

java.lang.Object
  extended by jodd.jtx.proxy.AnnotationTxAdviceSupport

public class AnnotationTxAdviceSupport
extends java.lang.Object

Support class for AnnotationTxAdvice. It represent a connection point from the advice's code and the rest of the application.


Field Summary
static AnnotationTxAdviceManager manager
          Manager that will be used by advice.
 
Constructor Summary
AnnotationTxAdviceSupport()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

public static AnnotationTxAdviceManager manager
Manager that will be used by advice.

Constructor Detail

AnnotationTxAdviceSupport

public AnnotationTxAdviceSupport()


Copyright © 2003-2010 Jodd Team