public class ServiceContextAdvice extends ChainableMethodAdvice
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager
Constructor and Description |
---|
ServiceContextAdvice() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
hasServiceContextParameter(Method method)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
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, setServiceBeanAopCacheManager
public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
invoke
in interface org.aopalliance.intercept.MethodInterceptor
invoke
in class ChainableMethodAdvice
Throwable
@Deprecated protected boolean hasServiceContextParameter(Method method)
@Deprecated protected boolean pushServiceContext(org.aopalliance.intercept.MethodInvocation methodInvocation)