org.apache.ode.bpel.engine.replayer
Class ReplayerContext
java.lang.Object
org.apache.ode.bpel.engine.replayer.ReplayerContext
public class ReplayerContext
- extends java.lang.Object
Context holding replayer state (eg. invoke answers) for single instance during replaying.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scheduler
public ReplayerScheduler scheduler
bpelEngine
public BpelEngineImpl bpelEngine
runtimeContext
public ReplayerBpelRuntimeContextImpl runtimeContext
servicesConfig
public java.util.Map<javax.xml.namespace.QName,CommunicationType.ServiceConfig> servicesConfig
replayerConfig
public CommunicationType replayerConfig
replayStartDate
public final java.util.Date replayStartDate
answers
public ReplayerContext.Answers answers
ReplayerContext
public ReplayerContext(java.util.Date replayStartDate)
init
public void init(CommunicationType r,
ReplayerScheduler scheduler)
throws java.lang.Exception
- Throws:
java.lang.Exception
getServiceConfig
public CommunicationType.ServiceConfig getServiceConfig(javax.xml.namespace.QName service)
checkRollbackOnFault
public void checkRollbackOnFault()