IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.cs.html.remote
Class RemoteFlowState

java.lang.Object
  extended by com.ibm.btt.base.DSEHandler
      extended by com.ibm.btt.automaton.DSEState
          extended by com.ibm.btt.automaton.html.DSEHtmlState
              extended by com.ibm.btt.cs.html.remote.RemoteFlowState
All Implemented Interfaces:
FormatEnabledState, State, Handler, Traceable, java.io.Externalizable, java.io.Serializable

public class RemoteFlowState
extends DSEHtmlState

RemoteFlowState extended from DSEHtmlState. Add one additional property: reqURL

See Also:
Serialized Form

Field Summary
static java.lang.String REQ_URL
           
protected  java.lang.String reqURL
           
(package private) static java.util.HashMap urlcache
           
 
Fields inherited from class com.ibm.btt.automaton.html.DSEHtmlState
CONSEQ, contextTag, FINAL_PAGE, finalPage, INPUT_MAP_FMT, inputFormatTag, INTER_STATE_FMT, interStateFmt, KEEP_CTXT_FOR_VALIDATION, keepCtxt, OUTPUT_MAP_FMT, outputFormatTag, stateContext
 
Fields inherited from class com.ibm.btt.automaton.DSEState
ABORT_PROCESS, actionHandlers, CHANGE_STATE, CONDITIONS, CONTINUE, DEFAULT_TYPE, done, ENTRY_ACTIONS, entryActionsTags, EXECUTE_ACTION_AND_CHANGESTATE, EXIT_ACTIONS, exitActionsTags, exitEventName, FINAL_TYPE, ignoreEntryActions, INITIAL_TYPE, name, PAGE_TYPE, pqThread, processor, runningModeFlag, sharedNotifiers, SKIP_ACTION, SKIP_ALL_ACTIONS, SKIP_CONDITIONS, SUBFLOW_TYPE, suspendedThread, SUSPENDTIME, tag, transitions, TRANSITIONS, type, TYPE, TYPE_ID_INFO, typeIdInfo
 
Constructor Summary
RemoteFlowState()
           
 
Method Summary
 java.lang.String getReqURL()
           
 java.lang.Object initializeFrom(Tag aTag)
          Initializes the state of this object from externalized data
 void setReqURL(java.lang.String reqURL)
           
 
Methods inherited from class com.ibm.btt.automaton.html.DSEHtmlState
activate, changeProcessorState, doDataMapping, doEntryActions, doInputDataMapping, doOutputDataMapping, executeActions, executeActions, fireDSEChangeStateEvent, fireDSEChangeStateEvent, fireDSEChangeStateEvent, getConsequentiality, getContext, getContextTag, getFinalPage, getInputFormatTag, getInterStateFormatTag, getOutputFormatTag, isIgnoreReturnType, isKeepContext, processEventQueue, setConsequentiality, setContext, setContextTag, setFinalPage, setIgnoreReturnType, setInputFormatTag, setInterStateFormatTag, setKeepContext, setOutputFormatTag, terminate
 
Methods inherited from class com.ibm.btt.automaton.DSEState
abort, addHandlersForAction, dispatchEvent, doExitActions, externalizer, fireDSEChangeStateEvent, fireDSEChangeStateEvent, fireDSEChangeStateEvent, getEntryActions, getExitActions, getGuardConditionResult, getInstanceOfAction, getName, getProcessor, getTag, getTraceMessage, getTransitions, getType, getTypeIdInfo, isIgnoreEntryActions, isRunningModeFlag, readExternal, readExternal, removeExternal, removeHandlersForAction, removeHandlersForAction, resume, setEntryActions, setExitActions, setIgnoreEntryActions, setName, setProcessor, setTag, setTransitions, setType, setTypeIdInfo, subscribeToShareNotifiers, suspend, toString, toStrings, toTags, unsubscribeToSharedNotifiers, writeExternal, writeExternal
 
Methods inherited from class com.ibm.btt.base.DSEHandler
handleEvent, handleEvent, stopHandlingEvent, stopHandlingEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.btt.automaton.State
abort, getEntryActions, getName, getProcessor, getTransitions, getType, getTypeIdInfo, resume, setEntryActions, setIgnoreEntryActions, setName, setProcessor, setTransitions, setType, setTypeIdInfo, suspend
 
Methods inherited from interface com.ibm.btt.base.Handler
dispatchEvent, handleEvent, handleEvent, stopHandlingEvent, stopHandlingEvent
 

Field Detail

REQ_URL

public static final java.lang.String REQ_URL
See Also:
Constant Field Values

reqURL

protected java.lang.String reqURL

urlcache

static java.util.HashMap urlcache
Constructor Detail

RemoteFlowState

public RemoteFlowState()
Method Detail

getReqURL

public java.lang.String getReqURL()

setReqURL

public void setReqURL(java.lang.String reqURL)

initializeFrom

public java.lang.Object initializeFrom(Tag aTag)
                                throws java.io.IOException,
                                       DSEException
Description copied from class: DSEHtmlState
Initializes the state of this object from externalized data

Specified by:
initializeFrom in interface State
Overrides:
initializeFrom in class DSEHtmlState
Parameters:
aTag - com.ibm.btt.base.Tag
Returns:
java.lang.Object
Throws:
java.io.IOException - The object can not be created.
DSEException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011