public class ServiceContextAdvice extends ChainableMethodAdvice
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager| Constructor and Description |
|---|
ServiceContextAdvice() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
hasServiceContextParameter(java.lang.reflect.Method method)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) |
protected boolean |
pushServiceContext(org.aopalliance.intercept.MethodInvocation methodInvocation)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
afterReturning, afterThrowing, before, duringFinally, setNextMethodInterceptor, setServiceBeanAopCacheManagerpublic java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
throws java.lang.Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorinvoke in class ChainableMethodAdvicejava.lang.Throwable@Deprecated protected boolean hasServiceContextParameter(java.lang.reflect.Method method)
@Deprecated protected boolean pushServiceContext(org.aopalliance.intercept.MethodInvocation methodInvocation)