public class ClusterableAdvice
extends com.liferay.portal.kernel.aop.ChainableMethodAdvice
| Constructor and Description |
|---|
ClusterableAdvice() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterReturning(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation,
java.lang.Object[] arguments,
java.lang.Object result) |
protected java.lang.Object |
before(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation,
java.lang.Object[] arguments) |
java.lang.Object |
createMethodContext(java.lang.Class<?> targetClass,
java.lang.reflect.Method method,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> annotations) |
public java.lang.Object createMethodContext(java.lang.Class<?> targetClass,
java.lang.reflect.Method method,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> annotations)
createMethodContext in class com.liferay.portal.kernel.aop.ChainableMethodAdviceprotected void afterReturning(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation,
java.lang.Object[] arguments,
java.lang.Object result)
throws java.lang.Throwable
afterReturning in class com.liferay.portal.kernel.aop.ChainableMethodAdvicejava.lang.Throwableprotected java.lang.Object before(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation,
java.lang.Object[] arguments)
throws java.lang.Throwable
before in class com.liferay.portal.kernel.aop.ChainableMethodAdvicejava.lang.Throwable