org.omnaest.utils.proxy
Class MethodInvocationForwardingCapturer.MethodInvocationAndResult

java.lang.Object
  extended by org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodInvocationAndResult
Enclosing class:
MethodInvocationForwardingCapturer

public static class MethodInvocationForwardingCapturer.MethodInvocationAndResult
extends Object


Constructor Summary
MethodInvocationForwardingCapturer.MethodInvocationAndResult(Method method, Object[] arguments, Object result)
           
 
Method Summary
 Object[] getArguments()
           
 Method getMethod()
           
 Object getResult()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodInvocationForwardingCapturer.MethodInvocationAndResult

public MethodInvocationForwardingCapturer.MethodInvocationAndResult(Method method,
                                                                    Object[] arguments,
                                                                    Object result)
Method Detail

getMethod

public Method getMethod()

getArguments

public Object[] getArguments()

getResult

public Object getResult()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.