Uses of Interface
com.ultikits.ultitools.aop.MethodInvocation
Packages that use MethodInvocation
-
Uses of MethodInvocation in com.ultikits.ultitools.aop
Classes in com.ultikits.ultitools.aop that implement MethodInvocationModifier and TypeClassDescriptionclassImplementation ofMethodInvocationthat uses reflection to invoke methods.Methods in com.ultikits.ultitools.aop with parameters of type MethodInvocationModifier and TypeMethodDescriptionprivate ObjectTransactionInterceptor.executeInNewTransaction(MethodInvocation invocation, Transactional tx) Executes the invocation in a new transaction.private ObjectTransactionInterceptor.executeWithTransaction(MethodInvocation invocation, Transactional tx) Executes the method invocation within a transaction context.private ObjectExceptionInterceptor.handleCaughtException(Throwable e, MethodInvocation invocation, ExceptionCatch annotation) Handles a caught exception according to the annotation configuration.AopProxyBeanPostProcessor.FilteringMethodInterceptor.invoke(MethodInvocation invocation) ExceptionInterceptor.invoke(MethodInvocation invocation) MethodInterceptor.invoke(MethodInvocation invocation) Intercept the given method invocation.TransactionInterceptor.invoke(MethodInvocation invocation)