com.liferay.portal.spring.aop
Class ServiceBeanMethodInvocation
java.lang.Object
com.liferay.portal.spring.aop.ServiceBeanMethodInvocation
- All Implemented Interfaces:
- java.io.Serializable, org.aopalliance.intercept.Invocation, org.aopalliance.intercept.Joinpoint, org.aopalliance.intercept.MethodInvocation
public class ServiceBeanMethodInvocation
- extends java.lang.Object
- implements org.aopalliance.intercept.MethodInvocation, java.io.Serializable
- Author:
- Shuyang Zhou
- See Also:
- Serialized Form
|
Constructor Summary |
ServiceBeanMethodInvocation(java.lang.Object target,
java.lang.Class<?> targetClass,
java.lang.reflect.Method method,
java.lang.Object[] arguments)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ServiceBeanMethodInvocation
public ServiceBeanMethodInvocation(java.lang.Object target,
java.lang.Class<?> targetClass,
java.lang.reflect.Method method,
java.lang.Object[] arguments)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
getArguments
public java.lang.Object[] getArguments()
- Specified by:
getArguments in interface org.aopalliance.intercept.Invocation
getMethod
public java.lang.reflect.Method getMethod()
- Specified by:
getMethod in interface org.aopalliance.intercept.MethodInvocation
getStaticPart
public java.lang.reflect.AccessibleObject getStaticPart()
- Specified by:
getStaticPart in interface org.aopalliance.intercept.Joinpoint
getTargetClass
public java.lang.Class<?> getTargetClass()
getThis
public java.lang.Object getThis()
- Specified by:
getThis in interface org.aopalliance.intercept.Joinpoint
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
proceed
public java.lang.Object proceed()
throws java.lang.Throwable
- Specified by:
proceed in interface org.aopalliance.intercept.Joinpoint
- Throws:
java.lang.Throwable
setMethodInterceptors
public void setMethodInterceptors(java.util.List<org.aopalliance.intercept.MethodInterceptor> methodInterceptors)
toCacheKeyModel
public ServiceBeanMethodInvocation toCacheKeyModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object