Uses of Interface
org.aopalliance.intercept.MethodInvocation

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

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

Methods in com.github.drinkjava2.jtransactions.tinytx with parameters of type MethodInvocation
 Object TinyTx.invoke(MethodInvocation caller)
           
 

Uses of MethodInvocation in org.aopalliance.intercept
 

Methods in org.aopalliance.intercept with parameters of type MethodInvocation
 Object MethodInterceptor.invoke(MethodInvocation invocation)
          Implement this method to perform extra treatments before and after the invocation.
 



Copyright © 2018. All rights reserved.