public class ReplayerContext
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReplayerContext.AnswerResult |
class |
ReplayerContext.Answers |
static class |
ReplayerContext.AnswersForKey |
Modifier and Type | Field and Description |
---|---|
ReplayerContext.Answers |
answers |
BpelEngineImpl |
bpelEngine |
CommunicationType |
replayerConfig |
java.util.Date |
replayStartDate |
ReplayerBpelRuntimeContextImpl |
runtimeContext |
ReplayerScheduler |
scheduler |
java.util.Map<javax.xml.namespace.QName,CommunicationType.ServiceConfig> |
servicesConfig |
Constructor and Description |
---|
ReplayerContext(java.util.Date replayStartDate) |
Modifier and Type | Method and Description |
---|---|
void |
checkRollbackOnFault() |
CommunicationType.ServiceConfig |
getServiceConfig(javax.xml.namespace.QName service) |
void |
init(CommunicationType r,
ReplayerScheduler scheduler) |
public ReplayerScheduler scheduler
public BpelEngineImpl bpelEngine
public ReplayerBpelRuntimeContextImpl runtimeContext
public java.util.Map<javax.xml.namespace.QName,CommunicationType.ServiceConfig> servicesConfig
public CommunicationType replayerConfig
public final java.util.Date replayStartDate
public ReplayerContext.Answers answers
public void init(CommunicationType r, ReplayerScheduler scheduler) throws java.lang.Exception
java.lang.Exception
public CommunicationType.ServiceConfig getServiceConfig(javax.xml.namespace.QName service)
public void checkRollbackOnFault()