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.AopMethodInvocation
public Method getMethod()
getMethod
in interface com.liferay.portal.kernel.aop.AopMethodInvocation
public Object getThis()
getThis
in interface com.liferay.portal.kernel.aop.AopMethodInvocation
public Object proceed(Object[] arguments) throws Throwable
proceed
in interface com.liferay.portal.kernel.aop.AopMethodInvocation
Throwable
public String toString()
toString
in class Object