public class AopMethodInvocationImpl
extends java.lang.Object
implements com.liferay.portal.kernel.aop.AopMethodInvocation
| Modifier | Constructor and Description |
|---|---|
protected |
AopMethodInvocationImpl(java.lang.Object target,
java.lang.reflect.Method method,
java.lang.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() |
java.lang.reflect.Method |
getMethod() |
java.lang.Object |
getThis() |
java.lang.Object |
proceed(java.lang.Object[] arguments) |
java.lang.String |
toString() |
protected AopMethodInvocationImpl(java.lang.Object target,
java.lang.reflect.Method method,
java.lang.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 java.lang.reflect.Method getMethod()
getMethod in interface com.liferay.portal.kernel.aop.AopMethodInvocationpublic java.lang.Object getThis()
getThis in interface com.liferay.portal.kernel.aop.AopMethodInvocationpublic java.lang.Object proceed(java.lang.Object[] arguments)
throws java.lang.Throwable
proceed in interface com.liferay.portal.kernel.aop.AopMethodInvocationjava.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.Object