Uses of Package
org.aopalliance.intercept

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

Classes in org.aopalliance.intercept used by com.github.drinkjava2.jtransactions.tinytx
Interceptor
          This interface represents a generic interceptor.
MethodInterceptor
          Intercepts calls on an interface on its way to the target.
MethodInvocation
          Description of an invocation to a method, given to an interceptor upon method-call.
 

Classes in org.aopalliance.intercept used by org.aopalliance.intercept
ConstructorInvocation
          Description of an invocation to a constuctor, given to an interceptor upon constructor-call.
Interceptor
          This interface represents a generic interceptor.
Invocation
          This interface represents an invocation in the program.
Joinpoint
          This interface represents a generic runtime joinpoint (in the AOP terminology).
MethodInvocation
          Description of an invocation to a method, given to an interceptor upon method-call.
 



Copyright © 2018. All rights reserved.