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 Judson (7.1.x), 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 Judson (7.1.x), 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 Object
public Object[] getArguments()
getArguments
in interface org.aopalliance.intercept.Invocation
public Method getMethod()
getMethod
in interface org.aopalliance.intercept.MethodInvocation
public AccessibleObject getStaticPart()
getStaticPart
in interface org.aopalliance.intercept.Joinpoint
public Class<?> getTargetClass()
public Object getThis()
getThis
in interface org.aopalliance.intercept.Joinpoint
public int hashCode()
hashCode
in class Object
public void mark()
public Object proceed() throws Throwable
proceed
in interface org.aopalliance.intercept.Joinpoint
Throwable
public void reset()
public void setMethodInterceptors(List<org.aopalliance.intercept.MethodInterceptor> methodInterceptors)
@Deprecated public ServiceBeanMethodInvocation toCacheKeyModel()
public String toString()
toString
in class Object