ClusterableAdvice
@Deprecated public class ClusterableAdvice extends AnnotationChainableMethodAdvice<com.liferay.portal.kernel.cluster.Clusterable>
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager
Constructor and Description |
---|
ClusterableAdvice()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation,
Object result)
Deprecated.
|
Object |
before(org.aopalliance.intercept.MethodInvocation methodInvocation)
Deprecated.
|
com.liferay.portal.kernel.cluster.Clusterable |
getNullAnnotation()
Deprecated.
|
findAnnotation, getAnnotationClass, setServiceBeanAopCacheManager
afterThrowing, duringFinally, invoke, setNextMethodInterceptor
public void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation, Object result) throws Throwable
afterReturning
in class ChainableMethodAdvice
Throwable
public Object before(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
before
in class ChainableMethodAdvice
Throwable
public com.liferay.portal.kernel.cluster.Clusterable getNullAnnotation()
getNullAnnotation
in class AnnotationChainableMethodAdvice<com.liferay.portal.kernel.cluster.Clusterable>