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