public class AopMethodInvocationImpl
extends Object
implements com.liferay.portal.kernel.aop.AopMethodInvocation
| Modifier | Constructor and Description |
|---|---|
protected |
AopMethodInvocationImpl(Object target,
Method method,
Object adviceMethodContext,
com.liferay.portal.kernel.aop.ChainableMethodAdvice nextChainableMethodAdvice,
com.liferay.portal.kernel.aop.AopMethodInvocation nextAopMethodInvocation) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAdviceMethodContext() |
Method |
getMethod() |
Object |
getThis() |
Object |
proceed(Object[] arguments) |
String |
toString() |
protected AopMethodInvocationImpl(Object target,
Method method,
Object adviceMethodContext,
com.liferay.portal.kernel.aop.ChainableMethodAdvice nextChainableMethodAdvice,
com.liferay.portal.kernel.aop.AopMethodInvocation nextAopMethodInvocation)
public <T> T getAdviceMethodContext()
getAdviceMethodContext in interface com.liferay.portal.kernel.aop.AopMethodInvocationpublic Method getMethod()
getMethod in interface com.liferay.portal.kernel.aop.AopMethodInvocationpublic Object getThis()
getThis in interface com.liferay.portal.kernel.aop.AopMethodInvocationpublic Object proceed(Object[] arguments)
throws Throwable
proceed in interface com.liferay.portal.kernel.aop.AopMethodInvocationThrowablepublic String toString()
toString in class Object