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