public class ServiceBeanMethodInvocation extends Object implements org.aopalliance.intercept.MethodInvocation, Serializable
Constructor and Description |
---|
ServiceBeanMethodInvocation(Object target,
Class<?> targetClass,
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() |
String |
toString() |
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)
public ServiceBeanMethodInvocation toCacheKeyModel()