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 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 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()