Class ClusterableAdvice
Object
com.liferay.portal.kernel.aop.ChainableMethodAdvice
com.liferay.portal.internal.cluster.ClusterableAdvice
public class ClusterableAdvice
extends com.liferay.portal.kernel.aop.ChainableMethodAdvice
- Author:
- Shuyang Zhou
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.aop.ChainableMethodAdvice
nullResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
afterReturning
(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments, Object result) protected Object
createMethodContext
(Class<?> targetClass, Method method, Map<Class<? extends Annotation>, Annotation> annotations) Methods inherited from class com.liferay.portal.kernel.aop.ChainableMethodAdvice
afterThrowing, duringFinally, invoke
-
Constructor Details
-
ClusterableAdvice
public ClusterableAdvice()
-
-
Method Details
-
createMethodContext
public Object createMethodContext(Class<?> targetClass, Method method, Map<Class<? extends Annotation>, Annotation> annotations) - Specified by:
createMethodContext
in classcom.liferay.portal.kernel.aop.ChainableMethodAdvice
-
afterReturning
protected void afterReturning(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments, Object result) throws Throwable - Overrides:
afterReturning
in classcom.liferay.portal.kernel.aop.ChainableMethodAdvice
- Throws:
Throwable
-
before
protected Object before(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments) throws Throwable - Overrides:
before
in classcom.liferay.portal.kernel.aop.ChainableMethodAdvice
- Throws:
Throwable
-