|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omnaest.utils.proxy.MethodCallCapture
public class MethodCallCapture
Result of a captured method call.
| Field Summary | |
|---|---|
protected Object[] |
args
|
protected Method |
method
|
protected Object |
obj
|
protected net.sf.cglib.proxy.MethodProxy |
proxy
|
| Method Summary | |
|---|---|
Object[] |
getArgs()
Arguments of the method call |
Method |
getMethod()
Intercepted method |
String |
getMethodName()
Returns the name of the called Method. |
Object |
getObj()
|
net.sf.cglib.proxy.MethodProxy |
getProxy()
A secondary proxy used to invoke the non-intercepted method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Object obj
protected Method method
protected Object[] args
protected net.sf.cglib.proxy.MethodProxy proxy
| Method Detail |
|---|
public Object getObj()
public Method getMethod()
public Object[] getArgs()
public net.sf.cglib.proxy.MethodProxy getProxy()
MethodProxy.invokeSuper(Object, Object[])public String getMethodName()
Method.
Method.getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||