public class ClusterableAdvice extends ChainableMethodAdvice
nullResult| Constructor and Description |
|---|
ClusterableAdvice() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterReturning(AopMethodInvocation aopMethodInvocation,
Object[] arguments,
Object result) |
Object |
before(AopMethodInvocation aopMethodInvocation,
Object[] arguments) |
Object |
createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations) |
afterThrowing, duringFinally, invokepublic void afterReturning(AopMethodInvocation aopMethodInvocation, Object[] arguments, Object result) throws Throwable
afterReturning in class ChainableMethodAdviceThrowablepublic Object before(AopMethodInvocation aopMethodInvocation, Object[] arguments) throws Throwable
before in class ChainableMethodAdviceThrowablepublic Object createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext in class ChainableMethodAdvice