|
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.BTTProcessorNotifier
com.ibm.btt.automaton.DSEAction
com.ibm.btt.automaton.ext.StartAction
public class StartAction
This class provides support for starting a flow to enter the initial state. This action is intended to be assigned as an entry action of the initial state. It just signals the "start" event when executed to help the state move to the next state according to the transition defined for the "start" event.
Field Summary |
---|
Fields inherited from class com.ibm.btt.automaton.DSEAction |
---|
context, inputMapFmtTag, operationTag, outputMapFmtTag, sourceEvent, tag |
Fields inherited from class com.ibm.btt.base.BTTProcessorNotifier |
---|
handlersList, name |
Constructor Summary | |
---|---|
StartAction()
This constructor creates a StartAction object. |
|
StartAction(boolean mustRegister)
This constructor creates a StartAction object. |
|
StartAction(java.lang.String aName)
This constructor creates a StartAction object. |
|
StartAction(java.lang.String aName,
java.lang.String aTID)
This constructor creates a StartAction object. |
Method Summary | |
---|---|
void |
execute()
This method signals the "start" event to allow the flow to move to the target state defined for the transition |
Methods inherited from class com.ibm.btt.automaton.DSEAction |
---|
chainOrAssignContext, chainOrAssignContext, close, close, evaluateGuardCondition, externalizer, getContext, getGuardConditions, getInputMapFmtTag, getOperationTag, getOutputMapFmtTag, getParms, getProcessor, getService, getSourceEvent, initializeFrom, mapTheInput, mapTheOutput, preProcess, readExternal, readExternal, removeExternal, setContext, setGuardConditions, setInputMapFmtTag, setOperationTag, setOutputMapFmtTag, setParms, setProcessor, setSourceEvent, toString, toStrings, toTags, writeExternal, writeExternal |
Methods inherited from class com.ibm.btt.base.BTTProcessorNotifier |
---|
addHandler, getHandlersList, getName, removeHandler, setName, signalEvent, signalEvent, signalEvent, terminate |
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.Action |
---|
getName, setName |
Methods inherited from interface com.ibm.btt.base.ProcessorNotifier |
---|
addHandler, getHandlersList, removeHandler, signalEvent, signalEvent, terminate |
Methods inherited from interface com.ibm.btt.base.Externalizable |
---|
getName, setName |
Constructor Detail |
---|
public StartAction()
public StartAction(java.lang.String aName)
aName
- java.lang.Stringpublic StartAction(java.lang.String aName, java.lang.String aTID)
aName
- java.lang.StringaTID
- java.lang.Stringpublic StartAction(boolean mustRegister)
mustRegister
- booleanMethod Detail |
---|
public void execute()
execute
in interface Action
execute
in class DSEAction
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |