public abstract class ChainableMethodAdvice extends Object implements org.aopalliance.intercept.MethodInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected org.aopalliance.intercept.MethodInterceptor |
nextMethodInterceptor |
protected Object |
nullResult |
protected ServiceBeanAopCacheManager |
serviceBeanAopCacheManager |
| Constructor and Description |
|---|
ChainableMethodAdvice() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation,
Object result) |
void |
afterThrowing(org.aopalliance.intercept.MethodInvocation methodInvocation,
Throwable throwable) |
Object |
before(org.aopalliance.intercept.MethodInvocation methodInvocation) |
void |
duringFinally(org.aopalliance.intercept.MethodInvocation methodInvocation) |
Object |
invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) |
void |
setNextMethodInterceptor(org.aopalliance.intercept.MethodInterceptor nextMethodInterceptor) |
protected void |
setServiceBeanAopCacheManager(ServiceBeanAopCacheManager serviceBeanAopCacheManager) |
protected org.aopalliance.intercept.MethodInterceptor nextMethodInterceptor
protected Object nullResult
protected ServiceBeanAopCacheManager serviceBeanAopCacheManager
public void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation,
Object result)
throws Throwable
Throwablepublic void afterThrowing(org.aopalliance.intercept.MethodInvocation methodInvocation,
Throwable throwable)
throws Throwable
Throwablepublic Object before(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
Throwablepublic void duringFinally(org.aopalliance.intercept.MethodInvocation methodInvocation)
public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowablepublic void setNextMethodInterceptor(org.aopalliance.intercept.MethodInterceptor nextMethodInterceptor)
protected void setServiceBeanAopCacheManager(ServiceBeanAopCacheManager serviceBeanAopCacheManager)