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.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 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)
public ServiceBeanMethodInvocation toCacheKeyModel()