jodd.jtx.proxy
Class AnnotationTxAdvice

java.lang.Object
  extended by jodd.jtx.proxy.AnnotationTxAdvice
All Implemented Interfaces:
ProxyAdvice

public class AnnotationTxAdvice
extends java.lang.Object
implements ProxyAdvice

Advice that reads transaction annotations and manage transactions over method invocation.


Constructor Summary
AnnotationTxAdvice()
           
 
Method Summary
 java.lang.Object execute()
          Intercepts wrapped method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationTxAdvice

public AnnotationTxAdvice()
Method Detail

execute

public java.lang.Object execute()
                         throws java.lang.Exception
Description copied from interface: ProxyAdvice
Intercepts wrapped method.

Specified by:
execute in interface ProxyAdvice
Throws:
java.lang.Exception


Copyright © 2003-2010 Jodd Team