|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.base.DSEHandler
com.ibm.btt.automaton.DSEState
com.ibm.btt.automaton.ext.DSEBaseState
com.ibm.btt.automaton.ext.DSEConditionState
public class DSEConditionState
Field Summary |
---|
Fields inherited from class com.ibm.btt.automaton.ext.DSEBaseState |
---|
EXIT_EVENT_NAME, inputFormatTag, outputFormatTag |
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 | |
---|---|
DSEConditionState()
|
Method Summary | |
---|---|
protected void |
doActivate()
Main method to activate Condition State object Each condition contained is evaluated, and corresponding event is set as exit event for the State |
protected Context |
getContext()
Condition State always use processor context as its context. |
java.lang.Object |
initializeFrom(Tag aTag)
Initializes the state of this object from externalized data. |
Methods inherited from class com.ibm.btt.automaton.ext.DSEBaseState |
---|
activate, afterActivate, beforeActivate, changeProcessorState, doDataMapping, fireDSEChangeStateEvent, getInputFormatTag, getOutputFormatTag, processEventQueue, processQueue, setInputFormatTag, setOutputFormatTag, signalEvent |
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, terminate |
Methods inherited from interface com.ibm.btt.base.Handler |
---|
dispatchEvent, handleEvent, handleEvent, stopHandlingEvent, stopHandlingEvent |
Constructor Detail |
---|
public DSEConditionState()
Method Detail |
---|
protected void doActivate() throws DSEInvalidArgumentException, DSEProcessorException
doActivate
in class DSEBaseState
DSEInvalidArgumentException
DSEProcessorException
protected Context getContext()
getContext
in class DSEBaseState
public java.lang.Object initializeFrom(Tag aTag) throws java.io.IOException, DSEException
initializeFrom
in interface State
initializeFrom
in class DSEState
aTag
- com.ibm.btt.base.Tag
java.io.IOException
DSEException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |