org.apache.ode.bpel.engine.replayer
Class ReplayerContext.AnswerResult

java.lang.Object
  extended by org.apache.ode.bpel.engine.replayer.ReplayerContext.AnswerResult
Enclosing class:
ReplayerContext

public static class ReplayerContext.AnswerResult
extends java.lang.Object


Field Summary
 CommunicationType.Exchange e
           
 boolean isLive
           
 
Constructor Summary
ReplayerContext.AnswerResult(boolean isLive, CommunicationType.Exchange e)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isLive

public final boolean isLive

e

public final CommunicationType.Exchange e
Constructor Detail

ReplayerContext.AnswerResult

public ReplayerContext.AnswerResult(boolean isLive,
                                    CommunicationType.Exchange e)