public class ClusterableAdvice extends AnnotationChainableMethodAdvice<com.liferay.portal.kernel.cluster.Clusterable>
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager
Constructor and Description |
---|
ClusterableAdvice() |
Modifier and Type | Method and Description |
---|---|
void |
afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation,
Object result) |
Object |
before(org.aopalliance.intercept.MethodInvocation methodInvocation) |
com.liferay.portal.kernel.cluster.Clusterable |
getNullAnnotation() |
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>