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
Throwable
public void afterThrowing(org.aopalliance.intercept.MethodInvocation methodInvocation, Throwable throwable) throws Throwable
Throwable
public Object before(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
Throwable
public void duringFinally(org.aopalliance.intercept.MethodInvocation methodInvocation)
public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
invoke
in interface org.aopalliance.intercept.MethodInterceptor
Throwable
public void setNextMethodInterceptor(org.aopalliance.intercept.MethodInterceptor nextMethodInterceptor)
protected void setServiceBeanAopCacheManager(ServiceBeanAopCacheManager serviceBeanAopCacheManager)