public class ServiceBeanMethodInvocation
extends Object
| Constructor and Description |
|---|
ServiceBeanMethodInvocation(AopMethod aopMethod,
Object[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
<T> T |
getAdviceMethodContext() |
Object[] |
getArguments() |
Method |
getMethod() |
Object |
getThis() |
int |
hashCode() |
Object |
proceed() |
String |
toString() |
public ServiceBeanMethodInvocation(AopMethod aopMethod, Object[] arguments)
public boolean equals(Object obj)
equals in class Objectpublic <T> T getAdviceMethodContext()
public Object[] getArguments()
public Method getMethod()
public Object getThis()
public int hashCode()
hashCode in class Objectpublic Object proceed()
throws Throwable
Throwablepublic String toString()
toString in class Object