org.omnaest.utils.proxy
Class MethodCallCapturer.ReplayResult

java.lang.Object
  extended by org.omnaest.utils.proxy.MethodCallCapturer.ReplayResult
Enclosing class:
MethodCallCapturer

public static class MethodCallCapturer.ReplayResult
extends Object

Result of a replay action.

Author:
Omnaest
See Also:
MethodCallCapturer.replay(Object)

Field Summary
protected  Exception exception
           
protected  boolean isReplaySuccessful
           
 
Constructor Summary
MethodCallCapturer.ReplayResult()
           
 
Method Summary
 Exception getException()
          Returns the Exception if one was thrown during the replay.
 boolean isReplaySuccessful()
          Returns true if the replay action was successful without an exception been thrown.
protected  void setException(Exception exception)
           
protected  void setReplaySuccessful(boolean isReplaySuccessful)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception

protected Exception exception

isReplaySuccessful

protected boolean isReplaySuccessful
Constructor Detail

MethodCallCapturer.ReplayResult

public MethodCallCapturer.ReplayResult()
Method Detail

isReplaySuccessful

public boolean isReplaySuccessful()
Returns true if the replay action was successful without an exception been thrown.

Returns:

getException

public Exception getException()
Returns the Exception if one was thrown during the replay.

Returns:

setException

protected void setException(Exception exception)

setReplaySuccessful

protected void setReplaySuccessful(boolean isReplaySuccessful)


Copyright © 2013. All Rights Reserved.