com.infoteria.asteria.flowengine2.execute
Class MappingSimulatorContext

java.lang.Object
  |
  +--com.infoteria.asteria.flowengine2.log.Logger
        |
        +--com.infoteria.asteria.flowengine2.execute.ExecuteContext
              |
              +--com.infoteria.asteria.flowengine2.execute.NormalExecuteContext
                    |
                    +--com.infoteria.asteria.flowengine2.execute.MappingSimulatorContext
All Implemented Interfaces:
java.lang.Cloneable, com.infoteria.asteria.connection.ConnectionContext, com.infoteria.asteria.log.ILogger

public class MappingSimulatorContext
extends com.infoteria.asteria.flowengine2.execute.NormalExecuteContext


Fields inherited from class com.infoteria.asteria.flowengine2.execute.ExecuteContext
_connectionMap
 
Constructor Summary
MappingSimulatorContext(com.infoteria.asteria.flowengine2.framework.FlowWorkInfo info)
           
 
Method Summary
protected  boolean doWriteBackExvarsWhenTerm()
           
 
Methods inherited from class com.infoteria.asteria.flowengine2.execute.ExecuteContext
addTransaction, canOtherServerRetry, commitConnection, debug, debugInfo, debugInfo, debugInfo, debugInfo, debugInfo, debugInfo, debugInfo, debugInfo, debugInfo, error, fatal, flowExternalVariablesSetting, flowLogSetting, getBaseDirectory, getCheckPointDataFileDir, getCheckPointManager, getCheckPointStart, getCheckPointStatus, getConnection, getConnection, getConnectionEntry, getConnectionTransaction, getConnectionTransaction, getCurrentException, getExternalVariables, getExternalVariablesMap, getFlowName, getFlowVariables, getIndependentMap, getMaxRetryCount, getParentContext, getParentException, getProjectName, getProjectOwner, getProjectVariables, getRetryCount, getRetryInterval, getSession, getSessionVariables, getStartTime, getStatusValue, getSystemVariables, getUser, info, isAutoRetry, isDebugInfoEnabled, isOriginalContext, isReRunContext, isTransaction, notifyRunning, rollbackConnection, setAutoRetry, setCheckPointDataFileDir, setMaxRetryCount, setOtherServerRetry, setRetryCount, setRetryInterval, setStartTime, useFileBasedStreams, warn
 
Methods inherited from class com.infoteria.asteria.flowengine2.log.Logger
debug, debug, debug, debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, info, info, info, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isWarnEnabled, warn, warn, warn, warn, warn, warn, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.infoteria.asteria.log.ILogger
debug, debug, debug, debug, debug, error, error, error, error, error, fatal, fatal, fatal, fatal, fatal, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isWarnEnabled, warn, warn, warn, warn, warn
 

Constructor Detail

MappingSimulatorContext

public MappingSimulatorContext(com.infoteria.asteria.flowengine2.framework.FlowWorkInfo info)
Method Detail

doWriteBackExvarsWhenTerm

protected boolean doWriteBackExvarsWhenTerm()
Overrides:
doWriteBackExvarsWhenTerm in class ExecuteContext