Uses of Interface
org.aopalliance.aop.Advice

Packages that use Advice
com.github.drinkjava2.jtransactions.tinytx   
org.aopalliance.intercept   
 

Uses of Advice in com.github.drinkjava2.jtransactions.tinytx
 

Classes in com.github.drinkjava2.jtransactions.tinytx that implement Advice
 class TinyTx
          A transaction MethodInterceptor
 

Uses of Advice in org.aopalliance.intercept
 

Subinterfaces of Advice in org.aopalliance.intercept
 interface ConstructorInterceptor
          Intercepts the construction of a new object.
 interface Interceptor
          This interface represents a generic interceptor.
 interface MethodInterceptor
          Intercepts calls on an interface on its way to the target.
 



Copyright © 2018. All rights reserved.