Uses of Interface
org.aopalliance.intercept.Interceptor

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

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

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

Uses of Interceptor in org.aopalliance.intercept
 

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



Copyright © 2018. All rights reserved.