Liferay 6.1.2-ce-ga3

com.liferay.portal.spring.aop
Class ServiceBeanMethodInvocation

java.lang.Object
  extended by com.liferay.portal.spring.aop.ServiceBeanMethodInvocation
All Implemented Interfaces:
Serializable, org.aopalliance.intercept.Invocation, org.aopalliance.intercept.Joinpoint, org.aopalliance.intercept.MethodInvocation

public class ServiceBeanMethodInvocation
extends Object
implements org.aopalliance.intercept.MethodInvocation, Serializable

See Also:
Serialized Form

Constructor Summary
ServiceBeanMethodInvocation(Object target, Class<?> targetClass, Method method, Object[] arguments)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object[] getArguments()
           
 Method getMethod()
           
 AccessibleObject getStaticPart()
           
 Class<?> getTargetClass()
           
 Object getThis()
           
 int hashCode()
           
 Object proceed()
           
 void setMethodInterceptors(List<org.aopalliance.intercept.MethodInterceptor> methodInterceptors)
           
 ServiceBeanMethodInvocation toCacheKeyModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceBeanMethodInvocation

public ServiceBeanMethodInvocation(Object target,
                                   Class<?> targetClass,
                                   Method method,
                                   Object[] arguments)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getArguments

public Object[] getArguments()
Specified by:
getArguments in interface org.aopalliance.intercept.Invocation

getMethod

public Method getMethod()
Specified by:
getMethod in interface org.aopalliance.intercept.MethodInvocation

getStaticPart

public AccessibleObject getStaticPart()
Specified by:
getStaticPart in interface org.aopalliance.intercept.Joinpoint

getTargetClass

public Class<?> getTargetClass()

getThis

public Object getThis()
Specified by:
getThis in interface org.aopalliance.intercept.Joinpoint

hashCode

public int hashCode()
Overrides:
hashCode in class Object

proceed

public Object proceed()
               throws Throwable
Specified by:
proceed in interface org.aopalliance.intercept.Joinpoint
Throws:
Throwable

setMethodInterceptors

public void setMethodInterceptors(List<org.aopalliance.intercept.MethodInterceptor> methodInterceptors)

toCacheKeyModel

public ServiceBeanMethodInvocation toCacheKeyModel()

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.1.2-ce-ga3