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,
Object[] arguments,
Object result) |
protected Object |
before(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation,
Object[] arguments) |
Object |
createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations) |
public Object createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext in class com.liferay.portal.kernel.aop.ChainableMethodAdviceprotected void afterReturning(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation,
Object[] arguments,
Object result)
throws Throwable
afterReturning in class com.liferay.portal.kernel.aop.ChainableMethodAdviceThrowableprotected Object before(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation,
Object[] arguments)
throws Throwable
before in class com.liferay.portal.kernel.aop.ChainableMethodAdviceThrowable