public class ServiceBeanMethodInvocation
extends Object
implements org.aopalliance.intercept.MethodInvocation, Serializable
| Constructor and Description |
|---|
ServiceBeanMethodInvocation(Object target,
Class<?> targetClass,
Method method,
Object[] arguments)
Deprecated.
As of 7.0.0, replaced by
ServiceBeanMethodInvocation(Object, Method, Object[]) |
ServiceBeanMethodInvocation(Object target,
Method method,
Object[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object[] |
getArguments() |
Method |
getMethod() |
AccessibleObject |
getStaticPart() |
Class<?> |
getTargetClass() |
Object |
getThis() |
int |
hashCode() |
void |
mark() |
Object |
proceed() |
void |
reset() |
void |
setMethodInterceptors(List<org.aopalliance.intercept.MethodInterceptor> methodInterceptors) |
ServiceBeanMethodInvocation |
toCacheKeyModel()
Deprecated.
As of 7.0.0, with no direct replacement
|
String |
toString() |
@Deprecated
public ServiceBeanMethodInvocation(Object target,
Class<?> targetClass,
Method method,
Object[] arguments)
ServiceBeanMethodInvocation(Object, Method, Object[])public ServiceBeanMethodInvocation(Object target,
Method method,
Object[] arguments)
public boolean equals(Object obj)
equals in class Objectpublic Object[] getArguments()
getArguments in interface org.aopalliance.intercept.Invocationpublic Method getMethod()
getMethod in interface org.aopalliance.intercept.MethodInvocationpublic AccessibleObject getStaticPart()
getStaticPart in interface org.aopalliance.intercept.Joinpointpublic Class<?> getTargetClass()
public Object getThis()
getThis in interface org.aopalliance.intercept.Joinpointpublic int hashCode()
hashCode in class Objectpublic void mark()
public Object proceed()
throws Throwable
proceed in interface org.aopalliance.intercept.JoinpointThrowablepublic void reset()
public void setMethodInterceptors(List<org.aopalliance.intercept.MethodInterceptor> methodInterceptors)
@Deprecated public ServiceBeanMethodInvocation toCacheKeyModel()
public String toString()
toString in class Object