public class ServiceBeanMethodInvocation
extends java.lang.Object
implements org.aopalliance.intercept.MethodInvocation, java.io.Serializable
| Constructor and Description |
|---|
ServiceBeanMethodInvocation(java.lang.Object target,
java.lang.Class<?> targetClass,
java.lang.reflect.Method method,
java.lang.Object[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object[] |
getArguments() |
java.lang.reflect.Method |
getMethod() |
java.lang.reflect.AccessibleObject |
getStaticPart() |
java.lang.Class<?> |
getTargetClass() |
java.lang.Object |
getThis() |
int |
hashCode() |
java.lang.Object |
proceed() |
void |
setMethodInterceptors(java.util.List<org.aopalliance.intercept.MethodInterceptor> methodInterceptors) |
ServiceBeanMethodInvocation |
toCacheKeyModel() |
java.lang.String |
toString() |
public ServiceBeanMethodInvocation(java.lang.Object target,
java.lang.Class<?> targetClass,
java.lang.reflect.Method method,
java.lang.Object[] arguments)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.Object[] getArguments()
getArguments in interface org.aopalliance.intercept.Invocationpublic java.lang.reflect.Method getMethod()
getMethod in interface org.aopalliance.intercept.MethodInvocationpublic java.lang.reflect.AccessibleObject getStaticPart()
getStaticPart in interface org.aopalliance.intercept.Joinpointpublic java.lang.Class<?> getTargetClass()
public java.lang.Object getThis()
getThis in interface org.aopalliance.intercept.Joinpointpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object proceed()
throws java.lang.Throwable
proceed in interface org.aopalliance.intercept.Joinpointjava.lang.Throwablepublic void setMethodInterceptors(java.util.List<org.aopalliance.intercept.MethodInterceptor> methodInterceptors)
public ServiceBeanMethodInvocation toCacheKeyModel()
public java.lang.String toString()
toString in class java.lang.Object